prometheus-server-app/scripts/package.json
2020-11-04 20:13:26 +04:00

19 lines
352 B
JSON

{
"name": "scripts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"colors": "^1.0.3",
"commander": "^2.7.1",
"replace": "^0.3.0",
"semver": "^4.3.3",
"shelljs": "^0.4.0"
}
}