-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 806 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 806 Bytes
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
{
"dependencies": {
"@types/protobufjs": "^6.0.0",
"chalk": "^5.3.0",
"fflate": "^0.8.2",
"glob": "^11.0.0",
"jsdom": "^25.0.1",
"jszip": "^3.10.1",
"pbjs": "^0.0.14",
"protobufjs": "^7.4.0",
"terser-webpack-plugin": "^5.3.11",
"ts-loader": "^9.5.1",
"url-loader": "^4.1.1"
},
"devDependencies": {
"protobufjs-cli": "^1.1.3",
"ts-proto": "^2.6.1",
"tsconfig-paths-webpack-plugin": "^4.2.0",
"typescript": "^5.7.2",
"typescript-declaration-webpack-plugin": "^0.3.0",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4"
},
"scripts": {
"build": "npx tsc && npx webpack"
},
"bin": {
"blockjs-compiler": "./compiler.js"
}
}