-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
128 lines (128 loc) · 3.84 KB
/
package.json
File metadata and controls
128 lines (128 loc) · 3.84 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
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
126
127
128
{
"name": "auto-admin",
"version": "0.0.1",
"description": "",
"author": "",
"private": true,
"license": "UNLICENSED",
"type": "module",
"scripts": {
"prebuild": "rimraf dist",
"build": "nest build",
"start": "nest start",
"start:dev": "nest start --watch --preserveWatchOutput",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/main",
"test": "ava test/ava-tests/non-saas-tests/* --serial",
"test-all": "ava --timeout=5m",
"test-saas": "ava test/ava-tests/saas-tests/* ",
"typeorm": "ts-node -r tsconfig-paths/register ../node_modules/.bin/typeorm",
"migration:generate": "pnpm run typeorm migration:generate -d dist/src/shared/config/datasource.config.js",
"migration:create": "pnpm run typeorm migration:create -d dist/src/shared/config/datasource.config.js",
"migration:run": "pnpm run typeorm migration:run -d dist/src/shared/config/datasource.config.js",
"migration:revert": "pnpm run typeorm -- migration:revert -d dist/src/shared/config/datasource.config.js",
"knip": "knip"
},
"dependencies": {
"@amplitude/node": "1.10.2",
"@aws-sdk/client-bedrock-runtime": "^3.1011.0",
"@aws-sdk/client-s3": "^3.1011.0",
"@aws-sdk/lib-dynamodb": "^3.1011.0",
"@aws-sdk/s3-request-presigner": "^3.1011.0",
"@cedar-policy/cedar-wasm": "^4.9.1",
"@electric-sql/pglite": "^0.4.0",
"@faker-js/faker": "^10.3.0",
"@langchain/aws": "^1.3.3",
"@langchain/core": "^1.1.33",
"@langchain/openai": "^1.3.0",
"@nestjs/common": "11.1.17",
"@nestjs/config": "4.0.3",
"@nestjs/core": "11.1.18",
"@nestjs/platform-express": "11.1.17",
"@nestjs/schedule": "^6.1.1",
"@nestjs/swagger": "^11.2.6",
"@nestjs/throttler": "^6.5.0",
"@nestjs/typeorm": "^11.0.0",
"@nestjsx/crud": "4.6.2",
"@rocketadmin/shared-code": "workspace:*",
"@sentry/minimal": "^6.19.7",
"@sentry/node": "10.44.0",
"@toon-format/toon": "^2.1.0",
"@types/crypto-js": "^4.2.2",
"@types/jsonwebtoken": "^9.0.10",
"@types/multer": "^2.1.0",
"@types/nodemailer": "^7.0.11",
"@types/nunjucks": "^3.2.6",
"@types/qrcode": "^1.5.6",
"@zapier/secret-scrubber": "^1.1.6",
"argon2": "0.44.0",
"axios": "^1.15.0",
"base32-encode": "^2.0.0",
"basic-auth": "2.0.1",
"bcrypt": "6.0.0",
"body-parser": "^2.2.2",
"class-transformer": "0.5.1",
"class-validator": "^0.15.1",
"cookie-parser": "^1.4.7",
"crc": "^4.3.2",
"crypto-js": "4.2.0",
"csv": "^6.5.0",
"dotenv": "17.3.1",
"express": "5.2.1",
"fetch-blob": "^4.0.0",
"helmet": "8.1.0",
"i18n-iso-countries": "^7.14.0",
"ip-range-check": "0.2.0",
"json2csv": "^5.0.7",
"jsonwebtoken": "^9.0.3",
"knex": "3.1.0",
"langchain": "^1.2.34",
"lru-cache": "^11.2.7",
"nanoid": "5.1.7",
"nodemailer": "^8.0.4",
"nunjucks": "^3.2.4",
"openai": "^6.32.0",
"otplib": "^12.0.1",
"p-queue": "9.1.0",
"pg": "^8.20.0",
"pg-connection-string": "^2.12.0",
"qrcode": "^1.5.4",
"query-string": "^9.3.1",
"reflect-metadata": "0.2.2",
"rimraf": "6.1.3",
"rxjs": "7.8.2",
"safe-regex2": "^5.1.0",
"secure-json-parse": "4.1.0",
"typeorm": "0.3.28",
"typeorm-pglite": "^0.3.4",
"uuid": "^13.0.0",
"validator": "^13.15.26",
"winston": "3.19.0"
},
"devDependencies": {
"@ava/typescript": "6.0.0",
"@nestjs/cli": "^11.0.16",
"@nestjs/schematics": "11.0.9",
"@nestjs/testing": "^11.1.17",
"@types/bcrypt": "^6.0.0",
"@types/body-parser": "^1.19.6",
"@types/cookie-parser": "^1.4.10",
"@types/cron": "^2.4.3",
"@types/express": "^5.0.6",
"@types/ibm_db": "^3.2.0",
"@types/json2csv": "^5.0.7",
"@types/node": "^24.10.1",
"@types/pg": "^8.18.0",
"@types/safe-regex": "^1.1.6",
"@types/supertest": "^7.2.0",
"@types/validator": "^13.15.10",
"ava": "6.4.1",
"knip": "^5.88.0",
"nock": "^14.0.11",
"supertest": "^7.2.2",
"ts-loader": "^9.5.4",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.9.3"
}
}