This repository has been archived on 2024-06-01. You can view files and clone it, but cannot push or open issues or pull requests.
rustboyadvance-ng/platform/rustboyadvance-wasm/app/package.json
Michel Heily f7719d4183 Add favicon to wasm app
Former-commit-id: 54c3133e61b3c9edbe9e5ffb878ba232734f8326
2020-04-30 09:59:13 +03:00

27 lines
614 B
JSON

{
"name": "rustboyadvance-wasm",
"collaborators": [
"Michel Heily <michelheily@gmail.com>"
],
"version": "0.1.0",
"main": "index.js",
"bin": {
"create-wasm-app": ".bin/create-wasm-app.js"
},
"scripts": {
"build": "webpack --config webpack.config.js",
"start": "webpack-dev-server"
},
"dependencies": {
"rustboyadvance-wasm": "file:../pkg"
},
"devDependencies": {
"copy-webpack-plugin": "^5.0.0",
"favicons-webpack-plugin": "^3.0.1",
"hello-wasm-pack": "^0.1.0",
"webpack": "^4.29.3",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5"
}
}