-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.31 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
{
"name": "xviewer",
"version": "0.1.0",
"description": "X Viewer",
"main": "app.js",
"dependencies": {
"@elastic/elasticsearch": "^7.17.12",
"dayjs": "^1.11.13",
"koa": "^2.13.0",
"koa-bodyparser": "^4.3.0",
"koa-json": "^2.0.2",
"koa-partial-content": "^2.0.1",
"koa-router": "^9.4.0",
"koa-session": "^6.4.0",
"koa-static": "^5.0.0",
"mysql2": "^3.11.5",
"source-map-support": "^0.5.21",
"uuid": "^11.0.3",
"winston": "^3.10.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/koa-bodyparser": "^4.3.12",
"@types/koa-json": "^2.0.23",
"@types/koa-router": "^7.4.8",
"@types/koa-session": "^6.4.5",
"@types/node": "^20.8.7",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"prettier": "^3.0.3",
"tsx": "^4.19.2",
"typescript": "^5.2.2"
},
"scripts": {
"build": "npm run eslint && rm -rf dist/ && tsc",
"eslint": "eslint -c .eslintrc.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kiritow/xviewer.git"
},
"author": "Kiritow",
"license": "MIT",
"bugs": {
"url": "https://github.com/kiritow/xviewer/issues"
},
"homepage": "https://github.com/kiritow/xviewer#readme"
}