forked from incridea-nmamit/incridea-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.99 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
{
"name": "incridea-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "ts-node-dev --respawn --transpile-only --exit-child --watch src src/index.ts",
"start": "node dist/src/index.js",
"build": "npm i --legacy-peer-deps && npx prisma generate && tsc && cp -r src/templates dist/src/templates ",
"type": "tsc --noEmit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/incridea-23/incridea-server.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/incridea-23/incridea-server/issues"
},
"homepage": "https://github.com/incridea-23/incridea-server#readme",
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/jsonwebtoken": "^9.0.1",
"@types/multer": "^1.4.7",
"@types/node": "^18.11.19",
"@types/uuid": "^9.0.0",
"prisma": "^4.9.0",
"ts-node-dev": "^2.0.0",
"typescript": "^4.9.5"
},
"dependencies": {
"@envelop/depth-limit": "^2.0.6",
"@graphql-yoga/node": "^3.5.1",
"@pothos/core": "^3.24.1",
"@pothos/plugin-errors": "^3.10.1",
"@pothos/plugin-prisma": "^3.40.2",
"@pothos/plugin-relay": "^3.35.0",
"@pothos/plugin-smart-subscriptions": "^3.7.0",
"@prisma/client": "^4.16.2",
"@types/node-cron": "^3.0.7",
"@types/nodemailer": "^6.4.7",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.1",
"cloudinary": "^1.35.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"express": "^4.18.2",
"graphql": "^16.6.0",
"graphql-scalars": "^1.20.1",
"graphql-subscriptions": "^2.0.0",
"i": "^0.3.7",
"jsonwebtoken": "^9.0.0",
"multer": "^1.4.5-lts.1",
"multer-storage-cloudinary": "^4.0.0",
"node-cron": "^3.0.2",
"node-html-to-image": "^4.0.0",
"nodemailer": "^6.9.1",
"npm": "^9.6.4",
"razorpay": "^2.8.4",
"uuid": "^9.0.0"
}
}