-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 728 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "expenses",
"version": "1.0.0",
"description": "record expenses",
"main": "index.js",
"dependencies": {
"cron": "^1.6.0",
"dotenv": "^6.2.0",
"mongoose": "^5.4.3",
"mongoose-string-query": "^0.2.5",
"mongoose-timestamp": "^0.6.0",
"npm": "^6.5.0",
"restify": "^7.5.0",
"restify-cors-middleware": "^1.1.1",
"restify-errors": "^6.1.1",
"restify-plugins": "^1.6.0"
},
"devDependencies": {
"nodemon": "^1.18.9"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"start-dev": "ENV='developpement' ./node_modules/nodemon/bin/nodemon.js index.js"
},
"author": "Benjamin Roullet",
"license": "ISC"
}