-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.43 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.43 KB
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
{
"name": "repy-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "ts-node-dev app.ts",
"build": "tsc",
"prod": "node dist/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Seigas/seigas-repy-api.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Seigas/seigas-repy-api/issues"
},
"homepage": "https://github.com/Seigas/seigas-repy-api#readme",
"dependencies": {
"axios": "^0.21.0",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"cron": "^1.8.2",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"inversify": "^5.0.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"moment-timezone": "^0.5.32",
"mysql2": "^2.2.5",
"node-cron": "^3.0.0",
"nodemailer": "^6.5.0",
"onesignal-node": "^3.2.1",
"reflect-metadata": "^0.1.13",
"sequelize": "^5.21.2",
"sequelize-typescript": "^1.0.0",
"totalvoice-node": "^1.10.0",
"twilio": "^3.60.0",
"uuid": "^8.3.1"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/cors": "^2.8.8",
"@types/express": "^4.17.9",
"@types/inversify": "^2.0.33",
"@types/jsonwebtoken": "^8.5.0",
"@types/lodash": "^4.14.170",
"@types/node-cron": "^2.0.3",
"@types/nodemailer": "^6.4.1",
"@types/uuid": "^8.3.0",
"ts-node": "^10.0.0",
"ts-node-dev": "^1.1.6",
"typescript": "^4.1.2"
}
}