forked from gakonst/ethers-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 689 Bytes
/
package.json
File metadata and controls
20 lines (20 loc) · 689 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "examples-wasm",
"license": "MIT OR Apache-2.0",
"private": "true",
"scripts": {
"build": "webpack",
"serve": "webpack-dev-server",
"anvil": "anvil -m 'stuff inherit faith park genre spread huge knee ecology private marble supreme'",
"ganache": "ganache-cli -m 'stuff inherit faith park genre spread huge knee ecology private marble supreme'"
},
"devDependencies": {
"@wasm-tool/wasm-pack-plugin": "^1.6",
"ganache-cli": "^6.12",
"html-webpack-plugin": "^5.5",
"text-encoding": "^0.7",
"webpack": "^5.75",
"webpack-cli": "^5.0",
"webpack-dev-server": "^4.11"
}
}