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.
 
 
wasm-pack/npm/package.json

38 lines
835 B

{
"name": "wasm-pack",
"version": "0.10.2",
"description": "📦✨ your favorite rust -> wasm workflow tool!",
"main": "binary.js",
"scripts": {
"postinstall": "node ./install.js",
"preuninstall": "node ./uninstall.js"
},
"bin": {
"wasm-pack": "./run.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": "^0.1.0"
},
"resolutions": {
"axios": "0.21.2"
}
}