fork of https://github.com/rustwasm/wasm-pack for the needs of NextGraph.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
702 B
31 lines
702 B
{
|
|
"name": "wasm-pack",
|
|
"version": "0.10.2",
|
|
"description": "📦✨ your favorite rust -> wasm workflow tool!",
|
|
"main": "binary.js",
|
|
"scripts": {
|
|
"postinstall": "node ./install.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/rustwasm/wasm-pack.git"
|
|
},
|
|
"keywords": [
|
|
"wasm",
|
|
"rust-wasm",
|
|
"registry",
|
|
"cli",
|
|
"rust",
|
|
"npm",
|
|
"package"
|
|
],
|
|
"author": "Ashley Williams <ashley666ashley@gmail.com>",
|
|
"license": "MIT OR Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/rustwasm/wasm-pack/issues"
|
|
},
|
|
"homepage": "https://github.com/rustwasm/wasm-pack#readme",
|
|
"dependencies": {
|
|
"binary-install": "^1.0.1"
|
|
}
|
|
}
|
|
|