mirror of
https://github.com/HeyPuter/puter.git
synced 2026-08-16 19:18:32 +00:00
21 lines
452 B
JSON
21 lines
452 B
JSON
{
|
|
"name": "emulator",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start-webpack": "webpack --watch --devtool source-map"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "AGPL-3.0-only",
|
|
"description": "",
|
|
"devDependencies": {
|
|
"html-webpack-plugin": "^5.6.0"
|
|
},
|
|
"dependencies": {
|
|
"brotli-dec-wasm": "^2.3.0",
|
|
"copy-webpack-plugin": "^12.0.2"
|
|
}
|
|
}
|