-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 899 Bytes
/
package.json
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
{
"name": "brocesses",
"version": "0.0.1",
"description": "BROwser proCESSES: Emulate Node's 'child_process' API with WebAssembly in the browser.",
"main": "index.js",
"scripts": {
"build": "NODE_OPTIONS='--import tsx' webpack --mode=production",
"debug": "npm run build -- --mode=development"
},
"keywords": [],
"author": "Sepehr Laal",
"license": "MIT",
"devDependencies": {
"@types/download": "^8.0.5",
"@types/html-webpack-plugin": "^3.2.9",
"@types/node": "^20.12.7",
"@types/webpack": "^5.28.5",
"chalk": "^5.3.0",
"download": "^8.0.0",
"html-webpack-plugin": "^5.6.0",
"prettier": "^3.2.5",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsx": "^4.7.2",
"typescript": "^5.4.5",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"webpack-shell-plugin-next": "^2.3.1"
}
}