-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 946 Bytes
/
package.json
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
29
30
31
32
33
34
35
36
{
"name": "post-delete-nicke-dan",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha --require test/setup.js",
"dev": "nodemon src/server.js",
"start": "node src/server.js",
"predeploy": "npm audit",
"deploy": "git push heroku master"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thinkful-ei-narwhal/express-boilerplate-nicke.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/thinkful-ei-narwhal/express-boilerplate-nicke/issues"
},
"homepage": "https://github.com/thinkful-ei-narwhal/express-boilerplate-nicke#readme",
"dependencies": {
"chai": "^4.2.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"helmet": "^3.22.0",
"mocha": "^7.1.2",
"morgan": "^1.10.0",
"nodemon": "^2.0.3",
"supertest": "^4.0.2",
"uuid": "^7.0.3"
}
}