2020-09-04 11:03:59 +00:00
|
|
|
{
|
|
|
|
"name": "sc-helloworld",
|
2022-03-10 15:19:22 +00:00
|
|
|
"version": "2.0.0",
|
2020-09-04 11:03:59 +00:00
|
|
|
"description": "Hello World app for service core",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2022-03-10 15:19:22 +00:00
|
|
|
"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": {
|
2022-03-10 15:19:22 +00:00
|
|
|
"service-core": "^3.0.0-beta.8"
|
2020-09-04 11:03:59 +00:00
|
|
|
}
|
|
|
|
}
|