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
27 lines (27 loc) · 696 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 696 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
{
"private": true,
"devDependencies": {
"es-check": "^7.2.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.3.2",
"source-map": "0.7.4",
"typescript": "^5.5.2",
"webpack": "^5.92.1",
"webpack-cli": "^5.1.4",
"ws": "^8.17.1"
},
"dependencies": {
"@babel/cli": "^7.24.7",
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"acorn": "^8.12.0",
"google-closure-compiler": "20230802.0.0",
"html-minifier-terser": "7.2.0"
},
"scripts": {
"lint": "eslint --ext .js --ext .mjs .",
"fmt": "prettier --write src/*.mjs tools/*.mjs",
"check": "prettier --check src/*.mjs tools/*.mjs"
}
}