bpm/test/package.json
2020-02-21 17:04:19 +01:00

17 lines
301 B
JSON

{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"No test specified!\""
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"got": "^10.5.7",
"chalk": "^3.0.0"
}
}