sc-helloworld/package.json

24 lines
595 B
JSON
Raw Permalink Normal View History

2020-09-04 11:03:59 +00:00
{
"name": "sc-helloworld",
2022-04-01 10:05:49 +00:00
"version": "2.0.6",
2020-09-04 11:03:59 +00:00
"description": "Hello World app for service core",
"main": "index.js",
"scripts": {
"start": "node dev.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",
"devDependencies": {
"service-core": "^3.0.0-beta.8"
2020-09-04 11:03:59 +00:00
}
}