-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.53 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.53 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
{
"name": "tride-api",
"description": "Tride ArkStack API service.",
"type": "module",
"version": "0.1.1",
"scripts": {
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
"dev": "tsdown --log-level silent",
"build": "NODE_ENV=production tsdown",
"cmd": "NODE_OPTIONS=--enable-source-maps tsx ./node_modules/@arkstack/console-slim/dist/index.js",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@arkstack/common": "^0.1.23",
"@arkstack/console": "^0.1.23",
"@arkstack/contract": "^0.1.23",
"@arkstack/driver-express": "^0.1.23",
"@h3ravel/musket": "^0.10.1",
"argon2": "^0.44.0",
"chalk": "^5.6.2",
"clear-router": "^2.1.10",
"commander": "^14.0.3",
"cors": "^2.8.6",
"date-fns": "^4.1.0",
"detect-port": "^2.1.0",
"dotenv": "^17.3.1",
"express": "^5.2.1",
"jsonwebtoken": "^9.0.3",
"kanun": "^0.1.7",
"method-override": "^3.0.0",
"resora": "^0.2.9",
"simple-body-validator": "^1.3.9"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@eslint/markdown": "^7.5.1",
"@rollup/plugin-run": "^3.1.0",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.6",
"@types/jsonwebtoken": "^9.0.10",
"@types/method-override": "^3.0.0",
"@types/node": "^25.2.3",
"eslint": "^10.0.2",
"source-map-support": "^0.5.21",
"tsconfig-paths": "^4.2.0",
"tsdown": "^0.20.3",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.56.1",
"vitest": "^4.1.0"
}
}