-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
120 lines (120 loc) · 3.77 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "free-sms",
"version": "0.0.1",
"description": "",
"author": "",
"private": true,
"license": "UNLICENSED",
"scripts": {
"lint": "tslint -c tslint.json -p tsconfig.json -e 'node_modules/**' -e '**/*.d.ts' -e 'tests/**' --type-check --fix 'src/**/*.ts'",
"start": "typeorm migration:run -t=false && node build/main.js",
"start-dev": "npm run build-nest && node build/main.js",
"build-nest": "nest build --path tsconfig.json",
"nest-start": "nest start --path tsconfig.json",
"build": "tsc && yarn run copy-static-assets",
"start:watch": "nodemon",
"copy-static-assets": "ts-node copyStaticAssets.ts",
"watch": "concurrently -k -p \"[{name}]\" -n \"Node,TypeScript\" -c \"yellow.bold,cyan.bold,green.bold\" \"npm run build && nodemon ./build/main.js\" \"tsc -w\"",
"test": "mocha -r ts-node/register tests/*.ts"
},
"dependencies": {
"@google-cloud/storage": "^5.8.5",
"@nestjs/bull": "^0.4.1",
"@nestjs/common": "^7.6.18",
"@nestjs/core": "^7.6.18",
"@nestjs/microservices": "^7.5.4",
"@nestjs/platform-express": "^7.6.18",
"@nestjs/platform-socket.io": "^7.6.1",
"@nestjs/swagger": "^4.8.2",
"@nestjs/testing": "^7.5.4",
"@nestjs/typeorm": "^7.1.5",
"@nestjs/websockets": "^7.5.4",
"@nestjsplus/redirect": "^1.0.0",
"@types/bcrypt": "^1.0.0",
"@types/express": "^4.17.1",
"@types/geojson": "^1.0.5",
"@types/google-cloud__storage": "^1.7.2",
"@types/jsonwebtoken": "^7.2.3",
"@types/jwt-decode": "^2.2.1",
"@types/lodash": "^4.14.138",
"@types/multer": "^1.3.9",
"@types/multiparty": "0.0.31",
"@types/node-fetch": "^2.5.0",
"@types/reflect-metadata": "0.0.5",
"@types/uuid": "^3.4.5",
"@types/uuid-validate": "0.0.0",
"@types/validator": "^13.1.0",
"@types/xmlbuilder": "0.0.31",
"areacodes": "^0.2.1",
"axios": "^0.21.1",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"bcrypt": "^5.0.0",
"bluebird": "^3.5.5",
"body-parser": "^1.19.2",
"bull": "^3.29.2",
"class-transformer": "^0.3.1",
"class-validator": "^0.12.2",
"clone-buffer": "^1.0.0",
"codelyzer": "^3.2.1",
"cors": "^2.8.5",
"crypto-js": "^4.0.0",
"dayjs": "^1.10.3",
"dnl_api": "git+https://github.com/Jorgevillada/api_dnl.git",
"dotenv": "^4.0.0",
"express": "^4.17.3",
"googleapis": "^92.0.0",
"is-uuid": "^1.0.2",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.15",
"module": "^1.2.5",
"moment": "^2.24.0",
"multiparty": "^4.1.3",
"nest-schedule": "^0.6.4",
"nexmo": "^2.6.0",
"node": "^17.7.1",
"node-fetch": "^2.6.0",
"nodejs-base64-converter": "^1.0.5",
"nodemailer": "^6.4.16",
"nodemon": "^1.19.2",
"pg": "^8.7.3",
"pg-hstore": "^2.3.3",
"q": "^1.5.1",
"query-string": "^7.0.1",
"raven": "^2.6.4",
"redis": "^3.1.2",
"reflect-metadata": "^0.1.13",
"request": "^2.88.2",
"request-promise": "^4.2.4",
"rx-amqplib": "^0.1.6",
"rxjs": "^6.6.7",
"socket.io": "^3.0.4",
"socket.io-client": "^2.4.0",
"stripe": "^8.126.0",
"swagger-ui-express": "^4.3.0",
"typed-rest-client": "^1.8.4",
"typeorm": "^0.2.45",
"typeorm-transactional-cls-hooked": "^0.1.21",
"typescript": "^4.6.2",
"uuid": "^3.3.3",
"ws": "^7.4.6",
"xml2js": "^0.4.23",
"xmlbuilder": "^9.0.4"
},
"devDependencies": {
"@types/chai": "^4.2.1",
"@types/mocha": "^2.2.43",
"@types/node": "^10.14.17",
"@types/socket.io": "^2.1.12",
"@types/ws": "^7.4.7",
"babel-preset-stage-2": "^6.24.1",
"chai": "^4.2.0",
"concurrently": "^5.1.0",
"mocha": "^8.4.0",
"shelljs": "^0.8.3",
"ts-node": "^8.3.0",
"tslint": "^5.19.0",
"tslint-config-standard": "^6.0.1"
}
}