sc-helloworld/package.json

28 lines
719 B
JSON
Raw Normal View History

2020-09-04 11:03:59 +00:00
{
"name": "sc-helloworld",
2020-09-09 13:54:26 +00:00
"version": "1.0.2",
2020-09-04 11:03:59 +00:00
"description": "Hello World app for service core",
"main": "index.js",
"scripts": {
2020-09-09 13:54:26 +00:00
"dev": "nodemon --watch api --watch runner.mjs --watch index.mjs runner.mjs | bunyan",
2020-09-04 11:03:59 +00:00
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheThing/sc-helloworld.git"
},
"author": "",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/TheThing/sc-helloworld/issues"
},
"homepage": "https://github.com/TheThing/sc-helloworld#readme",
2020-09-07 01:10:53 +00:00
"dependencies": {
"node-static": "^0.7.11"
},
2020-09-04 11:03:59 +00:00
"devDependencies": {
2020-09-09 13:54:26 +00:00
"bunyan-lite": "^1.0.1",
2020-09-04 11:03:59 +00:00
"nodemon": "^2.0.4"
}
}