{ "name": "sc-helloworld", "version": "1.0.2", "description": "Hello World app for service core", "main": "index.js", "scripts": { "dev": "nodemon --watch api --watch runner.mjs --watch index.mjs runner.mjs | bunyan", "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", "dependencies": { "node-static": "^0.7.11" }, "devDependencies": { "bunyan-lite": "^1.0.1", "nodemon": "^2.0.4" } }