31 lines
705 B
JSON
31 lines
705 B
JSON
{
|
|
"name": "hidche_lib",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "js/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "webpack"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://git@storage.hided.net:2525/devsam/core.git"
|
|
},
|
|
"author": "Hide_D",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/lodash": "^4.14.172",
|
|
"lodash": "^4.17.21"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.14.8",
|
|
"@babel/core": "^7.15.0",
|
|
"@babel/preset-env": "^7.15.0",
|
|
"@babel/preset-typescript": "^7.15.0",
|
|
"babel-loader": "^8.2.2",
|
|
"typescript": "^4.3.5",
|
|
"webpack": "^5.49.0",
|
|
"webpack-cli": "^4.7.2"
|
|
}
|
|
}
|