automerge/rust/automerge-wasm/examples/webpack/package.json
Alex Good dd3c6d1303
Move rust workspace into ./rust
After some discussion with PVH I realise that the repo structure in the
last reorg was very rust-centric. In an attempt to put each language on
a level footing move the rust code and project files into ./rust
2022-10-16 19:55:51 +01:00

21 lines
450 B
JSON

{
"name": "webpack-automerge-example",
"version": "0.1.0",
"description": "",
"private": true,
"scripts": {
"build": "webpack",
"start": "serve public",
"test": "node dist/node.js"
},
"author": "",
"dependencies": {
"automerge-wasm": "file:automerge-wasm-0.1.4.tgz"
},
"devDependencies": {
"serve": "^13.0.2",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2",
"webpack-node-externals": "^3.0.0"
}
}