-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.95 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
{
"name": "foxcrm-ts",
"version": "1.0.0",
"description": "Foxflue First Project\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b \u0006First product of foxflue",
"main": "app.js",
"scripts": {
"test": "jest --runInBand --detectOpenHandles",
"dev": "ts-node-dev --respawn --transpile-only src/server.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/foxflue/backend-foxcrm-ts.git"
},
"author": "Jahid,Dipu",
"license": "ISC",
"bugs": {
"url": "https://github.com/foxflue/backend-foxcrm-ts/issues"
},
"homepage": "https://github.com/foxflue/backend-foxcrm-ts#readme",
"dependencies": {
"aws-sdk": "^2.1060.0",
"axios": "^0.25.0",
"bcrypt": "^5.0.1",
"dotenv": "^14.2.0",
"express": "^4.17.2",
"jest": "^27.5.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"mongodb-memory-server": "^7.6.3",
"mongoose": "^6.1.7",
"node-cron": "^3.0.0",
"node-mongodump-s3": "^1.0.2",
"nodemailer": "^6.7.2",
"razorpay": "^2.8.0",
"redis": "^4.0.3",
"speakeasy": "^2.0.0",
"supertest": "^6.2.2",
"ts-jest": "^27.1.3",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/aws-sdk": "^2.7.0",
"@types/axios": "^0.14.0",
"@types/bcrypt": "^5.0.0",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.13",
"@types/jest": "^27.4.0",
"@types/jsonwebtoken": "^8.5.8",
"@types/lodash": "^4.14.178",
"@types/mongodb-memory-server": "^2.3.0",
"@types/mongoose": "^5.11.97",
"@types/node-cron": "^3.0.1",
"@types/nodemailer": "^6.4.4",
"@types/redis": "^4.0.11",
"@types/speakeasy": "^2.0.7",
"@types/supertest": "^2.0.11",
"@types/yup": "^0.29.13",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
}
}