22 lines
530 B
JSON
22 lines
530 B
JSON
{
|
|
"name": "demo-app",
|
|
"version": "0.0.0",
|
|
"description": "",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"dev-server": "npm install && npm run watch",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"watch": "chokidar '*.js' -c 'node app.js' --initial"
|
|
},
|
|
"author": "William Petit <william.petit@cadoles.com>",
|
|
"license": "AGPL-3.0",
|
|
"dependencies": {
|
|
"basic-auth-connect": "^1.0.0",
|
|
"express": "^4.16.2",
|
|
"prom-client": "^10.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"chokidar-cli": "^1.2.0"
|
|
}
|
|
}
|