bpm/test/package.json
2020-02-19 20:26:50 +01:00

16 lines
278 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"
}
}