-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.08 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
{
"name": "erpback",
"version": "1.0.0",
"description": "Backend of ERPSolution application",
"main": "index.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Chemchu/ERPBack.git"
},
"keywords": [
"back",
"backend",
"express",
"mongodb",
"javascript"
],
"author": "Gustavo Lee",
"license": "MIT",
"bugs": {
"url": "https://github.com/Chemchu/ERPBack/issues"
},
"homepage": "https://github.com/Chemchu/ERPBack#readme",
"dependencies": {
"@types/node": "^16.10.1",
"apollo-server-express": "^3.6.1",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.6.4",
"passport": "^0.5.2",
"passport-jwt": "^4.0.0",
"uuid": "^8.3.2",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/express": "^4.17.13",
"@types/passport": "^1.0.7",
"@types/passport-jwt": "^3.0.6",
"@types/uuid": "^8.3.3",
"typescript": "^4.4.3"
}
}