-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
125 lines (125 loc) · 3.79 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
121
122
123
124
125
{
"name": "drive-server",
"version": "1.1.0",
"description": "Drive Server API",
"main": "build/app.js",
"dependencies": {
"@internxt/inxt-js": "=1.6.0",
"@internxt/lib": "^1.1.4",
"@rudderstack/rudder-sdk-node": "^1.1.4",
"@sendgrid/mail": "^7.2.1",
"@types/pg": "^8.6.5",
"agentkeepalive": "^4.3.0",
"analytics-node": "^5.1.0",
"async": "^3.2.0",
"aws-sdk": "^2.1138.0",
"axios": "^0.22.0",
"bcryptjs": "^2.4.3",
"bip39": "^3.0.2",
"body-parser": "^1.19.0",
"bytes": "^3.1.0",
"cors": "^2.8.5",
"crypto-js": "^4.0.0",
"dotenv": "^10.0.0",
"express": "4.18.2",
"express-async-errors": "^3.1.1",
"express-rate-limit": "^5.4.1",
"express-request-id": "^1.4.1",
"express-slow-down": "^1.3.1",
"geoip-lite": "^1.4.2",
"helmet": "^4.1.1",
"http-errors": "^1.8.0",
"inxt-service-mailer": "internxt/mailer",
"ioredis": "^5.2.4",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.15",
"mariadb": "^2.5.2",
"memory-cache": "^0.2.0",
"multer": "^1.4.4",
"multer-s3": "^2.10.0",
"nconf": "^0.11.1",
"newrelic": "11.22.0",
"node-device-detector": "^1.4.1",
"openpgp": "^5.0.0",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
"pg": "^8.7.3",
"pg-hstore": "^2.3.4",
"prom-client": "^14.1.1",
"prometheus-api-metrics": "^3.2.2",
"qrcode": "^1.4.4",
"sanitize-filename": "^1.6.3",
"sequelize": "^6.3.5",
"socket.io": "^4.2.0",
"speakeasy": "^2.0.0",
"sql-formatter": "^8.2.0",
"stripe": "^8.178.0",
"uuid": "^8.3.2",
"winston": "^3.2.1"
},
"scripts": {
"start": "node ./build/app.js",
"debug": "cross-env NODE_ENV=development nodemon --ext 'ts,js' --exec 'node --inspect=0.0.0.0:9202 --require ts-node/register src/app.ts'",
"dev": "cross-env NODE_ENV=development nodemon --ext 'ts,js' src/app.ts",
"docker": "cross-env NODE_ENV=docker nodemon app.ts",
"testsuite": "cross-env APP_SEGMENT_KEY=a NODE_ENV=test ts-mocha tests/controllers/*.ts tests/services/*.ts",
"test": "yarn check --integrity && npm run lint && npm run testsuite",
"test:e2e": "NODE_ENV=e2e jest --config ./tests/e2e/jest-e2e.json --setupFiles dotenv/config",
"migrate": "yarn run build && sequelize db:migrate",
"migrate:undo": "sequelize db:migrate:undo",
"lint": "eslint ./src",
"lint:fix": "yarn run lint --fix",
"build": "tsc"
},
"devDependencies": {
"@internxt/eslint-config-internxt": "^1.0.3",
"@internxt/prettier-config": "^1.0.1",
"@nestjs/common": "^9.0.8",
"@types/analytics-node": "^3.1.7",
"@types/async": "^3.2.13",
"@types/chai": "^4.2.22",
"@types/express": "^4.17.13",
"@types/express-request-id": "^1.4.3",
"@types/geoip-lite": "^1.4.1",
"@types/http-errors": "^1.8.1",
"@types/ioredis": "^4.28.1",
"@types/jest": "^28.1.6",
"@types/jsonwebtoken": "^8.5.5",
"@types/lodash": "^4.14.182",
"@types/mocha": "^9.0.0",
"@types/multer": "^1.4.7",
"@types/multer-s3": "^2.7.12",
"@types/nconf": "^0.10.1",
"@types/node": "^16.11.1",
"@types/sinon": "^10.0.6",
"@types/speakeasy": "^2.0.6",
"@types/supertest": "^2.0.12",
"@types/uuid": "^8.3.4",
"chai": "^4.2.0",
"commander": "^9.2.0",
"cross-env": "^7.0.3",
"eslint": "^7.10.0",
"husky": "^8.0.1",
"jest": "^28.1.3",
"mocha": "8.0.0",
"nodemon": "^2.0.4",
"prettier": "^2.5.0",
"pretty-quick": "^3.1.3",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.5.6",
"sequelize-cli": "^6.2.0",
"sinon": "^12.0.1",
"supertest": "^6.2.4",
"ts-jest": "^28.0.7",
"ts-mocha": "^8.0.0",
"ts-node": "^10.3.0",
"typescript": "^4.4.4"
},
"license": "MIT",
"engines": {
"node": ">=14.17"
},
"resolutions": {
"yargs": "^13.3.2"
}
}