pathland/www/package.json

29 lines
565 B
JSON

{
"name": "pathland",
"version": "0.1.0",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.config.js",
"start": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jamestmartin/pathland"
},
"keywords": [
"webassembly",
"wasm",
"rust",
"webpack"
],
"dependencies": {
"pathland": "file:../pkg"
},
"devDependencies": {
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3",
"copy-webpack-plugin": "^5.1.1"
}
}