-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 849 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
37
38
39
40
41
42
{
"name": "api",
"version": "0.3.0",
"description": "api@sky4bcrec",
"engines": {
"node": "11.6.0",
"npm" :"6.9.0"
},
"main": "./server/server.js",
"scripts": {
"start": "node ./server/server.js",
"test": "node test.js"
},
"dependencies": {
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"crypto-js": "^3.1.9-1",
"dotenv": "^8.0.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.11",
"mongodb": "^3.2.7",
"mongoose": "^5.6.0",
"nodemailer": "^6.2.1",
"nodemon": "^1.19.1",
"validator": "^11.0.0"
},
"devDependencies": {
"request": "^2.81.0",
"tape": "^4.7.0"
},
"repository": {
"type": "git",
"url": "https://github.com/sky32752/myapi.git"
},
"keywords": [
"node",
"heroku",
"express"
],
"license": "MIT"
}