-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·69 lines (69 loc) · 1.89 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
65
66
67
68
69
{
"name": "atlp-devpulse-bn",
"version": "1.0.0",
"description": "backend for phase II of pulse",
"main": "src/index.ts",
"type": "commonjs",
"scripts": {
"test": "jest",
"start": "node dist/index",
"dev": "nodemon src/index.ts",
"seed": "ts-node-dev --transpile-only --no-notify --exit-child src/seeders/index.ts",
"build": "tsc",
"type": "git",
"url": "git+https://github.com/atlp-rwanda/atlp-devpulse-bn.git"
},
"keywords": [
"ts",
"graphql",
"edtech"
],
"author": "ceelogre",
"license": "ISC",
"bugs": {
"url": "https://github.com/atlp-rwanda/atlp-devpulse-bn/issues"
},
"homepage": "https://github.com/atlp-rwanda/atlp-devpulse-bn#readme",
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/bcryptjs": "^2.4.6",
"@types/jest": "^29.5.5",
"@types/jsonwebtoken": "^9.0.2",
"@types/node-cron": "^3.0.11",
"@types/nodemailer": "^6.4.16",
"@types/passport-google-oauth20": "^2.0.16",
"apollo-server-core": "^3.11.1",
"jest": "^29.7.0"
},
"dependencies": {
"@graphql-tools/merge": "^8.3.7",
"@sendgrid/mail": "^8.1.3",
"apollo-server": "^3.10.2",
"axios": "^1.7.7",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"cloudinary": "^2.5.1",
"dotenv": "^16.0.2",
"google-auth-library": "^8.7.0",
"googleapis": "^108.0.1",
"graphql": "^16.6.0",
"graphql-subscriptions": "^2.0.0",
"graphql-type-json": "^0.3.2",
"graphql-ws": "^5.16.0",
"joi": "^17.10.1",
"jsonwebtoken": "^9.0.0",
"jwt-decode": "^3.1.2",
"mongoose": "^6.6.1",
"node-cron": "^3.0.3",
"nodemailer": "^6.9.15",
"nodemon": "^3.0.1",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"pusher": "^5.2.0",
"socket.io": "^4.8.0",
"subscriptions-transport-ws": "^0.11.0",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^5.1.6"
}
}