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

34 lines
740 B

{
"name": "wasm-pack",
"version": "0.13.1",
"description": "📦✨ your favorite rust -> wasm workflow tool!",
"main": "binary.js",
"scripts": {
"postinstall": "node ./install.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": "Jesper Håkansson <jesper@jesperh.se>",
"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"
}
}