Files
puter/src/emulator/package.json
T
2024-09-25 21:45:03 -04:00

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"
}
}