forked from bangumi/server-private
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
150 lines (150 loc) · 4.22 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
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
{
"name": "app",
"version": "0.6.0",
"description": "",
"private": true,
"type": "module",
"main": "bin/main.ts",
"packageManager": "[email protected]",
"engines": {
"node": "^20"
},
"scripts": {
"format": "prettier --list-different -w ./",
"tsc": "tsc",
"lint": "eslint --ext ts,cjs,js ./",
"start": "nodemon ./bin/main.ts",
"test": "vitest --run",
"vitest": "vitest",
"file": "node --no-warnings --loader @esbuild-kit/esm-loader",
"license-check": "license-checker --excludePrivatePackages --production --summary --onlyAllow=\"0BSD;Apache-2.0;BSD-2-Clause;BSD-3-Clause;ISC;MIT;Python-2.0;BlueOak-1.0.0\"",
"e": "node --no-warnings -r dotenv/config --loader @esbuild-kit/esm-loader",
"lint-staged": "lint-staged -q",
"prepare": "husky install"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.577.0",
"@bgm38/wiki": "^0.2.6",
"@esbuild-kit/esm-loader": "^2.6.5",
"@fastify/cookie": "^9.3.1",
"@fastify/error": "^3.4.1",
"@fastify/formbody": "^7.4.0",
"@fastify/static": "^7.0.4",
"@fastify/swagger": "^8.14.0",
"@fastify/view": "^9.1.0",
"@node-rs/bcrypt": "^1.10.4",
"@sinclair/typebox": "~0.32.30",
"@trim21/php-serialize": "^0.1.1",
"ajv": "^8.13.0",
"ajv-formats": "^3.0.1",
"ajv-keywords": "^5.1.0",
"altair-fastify-plugin": "^7.0.1",
"fastify": "^4.27.0",
"fastify-metrics": "^11.0.0",
"fastify-socket.io": "^5.0.0",
"got": "^14.3.0",
"graphql": "^16.8.1",
"http-proxy-agent": "^7.0.2",
"http-status-codes": "^2.3.0",
"https-proxy-agent": "^7.0.4",
"ioredis": "^5.4.1",
"js-yaml": "^4.1.0",
"liquidjs": "^10.13.0",
"lodash-es": "^4.17.21",
"luxon": "^3.4.4",
"mercurius": "^13.4.1",
"micromatch": "^4.0.5",
"mime-types": "^2.1.35",
"mysql2": "^3.9.7",
"nexus": "^1.3.0",
"node-cache": "^5.1.2",
"openapi-types": "^12.1.3",
"parse-duration": "^1.1.0",
"pino": "^9.1.0",
"pino-pretty": "^11.0.0",
"prom-client": "^15.1.2",
"reflect-metadata": "^0.2.1",
"socket.io": "^4.7.5",
"socks-proxy-agent": "^8.0.3",
"typeorm": "^0.3.20"
},
"devDependencies": {
"@shopify/prettier-plugin-liquid": "^1.5.0",
"@types/ioredis-mock": "^8.2.5",
"@types/js-yaml": "^4.0.9",
"@types/lodash-es": "^4.17.12",
"@types/luxon": "^3.4.2",
"@types/mime-types": "^2.1.4",
"@types/node": "^20.12.12",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@typescript-eslint/utils": "^7.9.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.7.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-rulesdir": "^0.2.2",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-tsdoc": "^0.2.17",
"eslint-plugin-unicorn": "^52.0.0",
"eslint-plugin-unused-imports": "^3.2.0",
"graphql-tag": "^2.12.6",
"husky": "^9.0.11",
"ioredis-mock": "^8.9.0",
"license-checker": "^25.0.1",
"lint-staged": "^15.2.2",
"mercurius-integration-testing": "^8.2.0",
"nodemon": "^3.1.0",
"p-limit": "^5.0.0",
"prettier": "^3.2.5",
"prettier-plugin-jsdoc": "^1.3.0",
"std-env": "^3.7.0",
"typescript": "~5.4.5",
"vite": "^5.2.11",
"vitest": "^1.6.0",
"vitest-github-actions-reporter": "^0.11.1"
},
"nodemonConfig": {
"ignore": [
"**.test.ts"
],
"watch": [
"bin",
"lib",
"routes",
"config.yaml",
"package.json",
"tsconfig.json",
".env"
],
"delay": 100,
"execMap": {
"ts": "node --no-warnings -r dotenv/config --loader @esbuild-kit/esm-loader"
},
"env": {
"NODE_ENV": "development",
"REF": "development"
},
"ext": "ts,js,json,html"
},
"author": "",
"prettier": {
"plugins": [
"@shopify/prettier-plugin-liquid",
"prettier-plugin-jsdoc"
],
"tsdoc": true,
"printWidth": 100,
"singleQuote": true,
"semi": true,
"trailingComma": "all"
},
"pnpm": {
"patchedDependencies": {}
}
}