-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.74 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "e-commerce-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node-dev --files src/index.ts",
"lint": "eslint src/**/*.ts",
"format": "eslint src/**/*.ts --fix",
"pre-commit": "eslint . --fix && git add .",
"prepare": "husky install"
},
"author": "",
"license": "ISC",
"dependencies": {
"@sendgrid/mail": "^7.7.0",
"@types/bcrypt": "^5.0.0",
"@types/body-parser": "^1.19.2",
"@types/cors": "^2.8.12",
"@types/crypto-js": "^4.1.1",
"@types/data-urls": "^2.0.1",
"@types/express": "^4.17.2",
"@types/express-serve-static-core": "4.16.8",
"@types/multer": "^1.4.7",
"@types/node": "^12.12.5",
"@types/validator": "^13.7.4",
"bcrypt": "^5.0.1",
"body-parser": "^1.20.0",
"cloudinary": "^1.30.1",
"cors": "^2.8.5",
"datauri": "^3.0.0",
"dotenv": "^16.0.1",
"express": "^4.17.1",
"i": "^0.3.7",
"jade": "^0.29.0",
"joi": "^17.6.0",
"jsonwebtoken": "^8.5.1",
"jwt": "^0.2.0",
"jwt-simple": "^0.5.6",
"mongodb": "^4.7.0",
"mongodb-typescript": "^3.0.0",
"multer": "^1.4.5-lts.1",
"npm": "^8.16.0",
"stripe": "^10.0.0",
"typescript": "^3.6.4",
"validator": "^13.7.0",
"webpack": "^5.73.0"
},
"devDependencies": {
"@types/express": "^4.17.9",
"@types/jsonwebtoken": "^8.5.8",
"@types/jwt-simple": "^0.5.33",
"@types/mongoose": "^5.11.97",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"eslint": "^8.51.0",
"husky": "^8.0.0",
"prettier": "^2.7.1",
"ts-node": "^10.8.2",
"ts-node-dev": "^2.0.0",
"typescript": "^4.7.4"
}
}