-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
174 lines (174 loc) · 6.23 KB
/
package.json
File metadata and controls
174 lines (174 loc) · 6.23 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
{
"name": "@wrtnlabs/os-backend",
"version": "0.2.0",
"description": "Wrtnlabs OS Backend",
"main": "lib/executable/server.js",
"scripts": {
"test": "rimraf src/migrations && node bin/test/index.js",
"test:webpack": "pnpm run webpack && node bin/test/webpack.js",
"------------------------BUILDS------------------------": "",
"build:prepare": "pnpm run build:prisma && pnpm run build:sdk",
"build": "pnpm run build:prepare && pnpm run build:main && pnpm run build:test",
"build:api": "rimraf packages/api/lib && nestia all && tsc -p packages/api/tsconfig.json && ts-node build/validate-api.ts && rollup -c packages/api/rollup.config.js",
"build:deploy": "pnpm run build:prisma && pnpm run build:main",
"build:env": "ts-node build/env.ts",
"build:main": "rimraf lib && tsc && ts-node build/validate-main.ts",
"build:prisma": "prisma generate --schema=prisma/schema",
"build:sdk": "rimraf src/api/functional && nestia all",
"build:swagger": "nestia swagger",
"build:test": "rimraf bin && tsc -p test/tsconfig.json",
"local": "pnpm run build:main --watch",
"dev": "pnpm run build:test --watch",
"eslint": "eslint src/**/*.ts && eslint test/**/*.ts",
"eslint:fix": "eslint --fix src/**/*.ts && eslint --fix test/**/*.ts",
"generate:password": "ts-node test/manual/password",
"prepare": "ts-patch install && pnpm run build:env",
"prettier": "prettier src --write && prettier test --write",
"------------------------WEBPACK------------------------": "",
"webpack": "rimraf dist && pnpm run build:prisma && webpack",
"webpack:start": "cd dist && node dist/server",
"webpack:start:proxy": "cd dist && node lib/executable/proxy.js",
"webpack:start:mutex": "cd dist && node dist/executable/mutex.js",
"------------------------DEPLOYS------------------------": "",
"typedoc": "typedoc",
"package:api": "ts-node build/publish_sdk.ts",
"package:api:next": "pnpm run package:api --tag next",
"schema": "ts-node src/executable/schema.ts",
"start": "node lib/executable/server.js",
"start:mutex": "node lib/executable/mutex.js",
"start:proxy": "node lib/executable/proxy.js",
"start:swagger": "ts-node src/executable/swagger.ts",
"meta:cli": "node bin/test/manual/meta",
"------------------------EXAMPLES------------------------": "",
"clean:public": "rimraf packages/public",
"------------------------DATA------------------------": "",
"data:seed": "node bin/src/executable/seeder.js",
"data:view": "node bin/src/executable/view.js"
},
"repository": {
"type": "git",
"url": "https://github.com/wrtnlabs/backend"
},
"keywords": [
"hub",
"backend",
"api"
],
"author": "Wrtn Technologies",
"license": " AGPL-3.0 license",
"dependencies": {
"@agentica/core": "^0.10.1",
"@aws-sdk/client-s3": "^3.438.0",
"@aws-sdk/s3-request-presigner": "^3.438.0",
"@fastify/static": "^7.0.1",
"@google-cloud/translate": "^8.3.0",
"@nestia/core": "^5.0.0",
"@nestia/fetcher": "^5.0.0",
"@nestjs/common": "^10.3.5",
"@nestjs/config": "^3.1.1",
"@nestjs/core": "^10.3.5",
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-express": "^10.4.15",
"@nestjs/platform-fastify": "^10.3.7",
"@nestjs/schedule": "^4.0.1",
"@nestjs/testing": "^10.3.5",
"@prisma/client": "^5.18.0",
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "12.1.1",
"@samchon/json-translator": "^2.1.3",
"@samchon/openapi": "^3.0.0",
"@samchon/payment-api": "^10.0.0",
"@samchon/shopping-api": "^0.16.0",
"@types/multer": "^1.4.12",
"@wrtnlabs/schema": "^4.0.0",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"bcryptjs": "^2.4.3",
"btoa": "^1.2.1",
"countries-and-timezones": "^3.6.0",
"csv-parse": "^5.5.2",
"dayjs": "^1.11.10",
"dd-trace": "^5.21.0",
"dotenv": "^16.3.1",
"dotenv-expand": "^10.0.0",
"express": "^4.19.2",
"fastify": "^4.25.2",
"fastify-multer": "^2.0.3",
"git-last-commit": "^1.0.1",
"google-auth-library": "^9.7.0",
"google-spreadsheet": "^4.1.1",
"jsonwebtoken": "^9.0.2",
"jszip": "^3.10.1",
"mutex-server": "^0.6.1",
"nestjs-pino": "^3.5.0",
"node-fetch": "^2.7.0",
"nodemailer": "^6.10.0",
"openai": "^4.85.4",
"path-parser": "^6.1.0",
"pino": "^8.17.2",
"pino-pretty": "^10.3.0",
"prisma": "^5.18.0",
"prisma-markdown": "^1.0.9",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1",
"serialize-error": "4.1.0",
"source-map-support": "^0.5.21",
"swagger-ui-express": "^5.0.0",
"tgrid": "^1.1.0",
"tstl": "^3.0.0",
"typia": "^8.0.0",
"uuid": "^10.0.0"
},
"devDependencies": {
"@nestia/benchmark": "^0.4.3",
"@nestia/e2e": "^0.8.2",
"@nestia/sdk": "^5.0.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/bcryptjs": "^2.4.4",
"@types/btoa": "^1.2.5",
"@types/cli-progress": "^3.11.5",
"@types/copy-paste": "^1.1.33",
"@types/csv-parse": "^1.2.2",
"@types/express": "^4.17.21",
"@types/inquirer": "^8.2.5",
"@types/jsonwebtoken": "^9.0.4",
"@types/node": "^20.11.30",
"@types/nodemailer": "^6.4.17",
"@types/swagger-ui-express": "^4.1.6",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"axios": "^1.6.3",
"cagen": "^1.0.1",
"chalk": "^4.1.2",
"cli-progress": "^3.12.0",
"commander": "^11.1.0",
"copy-paste": "^1.5.3",
"copy-webpack-plugin": "^11.0.0",
"gh-pages": "^6.1.1",
"highlight.js": "^11.9.0",
"iamport-server-api": "^10.0.0",
"inquirer": "^8.2.5",
"json-schema-faker": "^0.5.6",
"msw": "^2.7.0",
"nestia": "^7.0.0",
"prettier": "^3.2.4",
"prettier-plugin-prisma": "^5.0.0",
"rimraf": "^5.0.1",
"rollup": "4.27.3",
"toss-payments-server-api": "^10.0.0",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"ts-patch": "^3.3.0",
"typedoc": "^0.27.4",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "~5.7.2",
"typescript-transform-paths": "^3.5.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"write-file-webpack-plugin": "^4.5.1"
},
"overrides": {
"@jridgewell/gen-mapping": "0.3.5"
}
}