-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.05 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.05 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
{
"name": "near-ts",
"private": true,
"type": "module",
"scripts": {
"build": "pnpm -r build",
"dev": "pnpm -r --parallel dev",
"typecheck": "pnpm -r typecheck"
},
"engines": {
"node": ">=24"
},
"packageManager": "pnpm@10.28.2",
"devDependencies": {
"@biomejs/biome": "^2.3.11",
"@playwright/test": "^1.58.2",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-terser": "^0.4.4",
"@swc/core": "^1.15.10",
"@types/express": "^5.0.6",
"@types/express-http-proxy": "^1.6.7",
"@types/lodash-es": "^4.17.12",
"@types/node": "^24.10.9",
"express": "^5.2.1",
"express-http-proxy": "^2.1.2",
"http-proxy-middleware": "^3.0.5",
"kill-port": "^2.0.1",
"near-sandbox": "0.2.0",
"rollup": "^4.56.0",
"rollup-plugin-gzip": "^4.1.1",
"rollup-plugin-visualizer": "^6.0.5",
"terser": "^5.46.0",
"tsup": "^8.5.1",
"tsx": "^4.21.0",
"type-fest": "^5.4.1",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.2.4"
}
}