16 lines
328 B
JSON
16 lines
328 B
JSON
|
{
|
||
|
"name": "demo-app",
|
||
|
"version": "0.0.0",
|
||
|
"description": "",
|
||
|
"main": "app.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "William Petit <william.petit@cadoles.com>",
|
||
|
"license": "AGPL-3.0",
|
||
|
"dependencies": {
|
||
|
"express": "^4.16.2",
|
||
|
"prom-client": "^10.2.2"
|
||
|
}
|
||
|
}
|