-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.03 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.03 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
{
"name": "@coding-script/root",
"version": "0.0.3",
"description": "script-engine",
"main": "index.js",
"scripts": {
"build:script-engine": "pnpm -F @coding-script/script-engine build",
"build": "pnpm run build:script-engine",
"watch:script-engine": "pnpm -F @coding-script/script-engine dev",
"push:script-engine": "pnpm -F @coding-script/script-engine push",
"push": "pnpm run push:script-engine",
"dev:app-pc": "pnpm -F @script-example/app-pc dev",
"clean": "pnpm cleaninstall-node"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.32.1",
"devDependencies": {
"@rsbuild/plugin-react": "^1.4.5",
"@rslib/core": "^0.20.0",
"@rstest/adapter-rslib": "^0.2.1",
"@rstest/core": "^0.9.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/node": "^25.0.10",
"cleaninstall-node": "^2.2.3",
"happy-dom": "^20.8.3",
"typescript": "^5.9.3"
}
}