forked from emscripten-core/emscripten
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 813 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 813 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
31
32
{
"private": true,
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.24.0",
"es-check": "^8.0.2",
"eslint": "^9.24.0",
"eslint-config-prettier": "^10.1.1",
"globals": "^16.0.0",
"prettier": "^3.5.3",
"rollup": "^4.39.0",
"source-map": "0.7.4",
"typescript": "^5.8.3",
"vite": "^6.2.3",
"webpack": "^5.99.3",
"webpack-cli": "^6.0.1",
"ws": "^8.18.1"
},
"dependencies": {
"@babel/cli": "^7.27.0",
"@babel/core": "^7.26.10",
"@babel/preset-env": "^7.26.7",
"acorn": "^8.14.1",
"google-closure-compiler": "20240317.0.0",
"html-minifier-terser": "7.2.0"
},
"scripts": {
"lint": "eslint .",
"fmt": "prettier --write src/*.mjs tools/*.mjs",
"check": "prettier --check src/*.mjs tools/*.mjs"
}
}