-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.59 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.59 KB
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
43
44
45
46
47
48
49
50
51
52
{
"name": "PetFeed",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "nodemon -e ts -x ts-node --files true -r dotenv/config src/index.ts",
"build": "rimraf dist && tsc"
},
"dependencies": {
"@types/bcrypt": "^2.0.0",
"@types/body-parser": "^1.17.0",
"@types/jsonwebtoken": "^7.2.8",
"@types/mongoose": "^5.2.9",
"bcrypt": "^3.0.0",
"body-parser": "^1.18.3",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"firebase-admin": "^6.0.0",
"fs-extra": "^7.0.0",
"googleapis": "^33.0.0",
"iamporter": "^1.4.2",
"jsonwebtoken": "^8.3.0",
"moment": "^2.22.2",
"moment-timezone": "^0.5.21",
"mongoose": "^5.2.12",
"mongoose-simple-random": "^0.4.1",
"multer": "^1.3.1",
"randomstring": "^1.1.5",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"sharp": "^0.20.8"
},
"devDependencies": {
"@types/express": "^4.16.0",
"@types/fs-extra": "^5.0.4",
"@types/moment": "^2.13.0",
"@types/moment-timezone": "^0.5.9",
"@types/mongoose-simple-random": "^0.4.4",
"@types/morgan": "^1.7.35",
"@types/multer": "^1.3.7",
"@types/randomstring": "^1.1.6",
"@types/request": "^2.47.1",
"@types/request-promise": "^4.1.42",
"@types/sharp": "^0.17.10",
"morgan": "^1.9.0",
"nodemon": "^1.18.4",
"rimraf": "^2.6.2",
"ts-node": "^7.0.1",
"typescript": "^3.0.3"
}
}