{
"name": "r2n",
"version": "0.1.0",
"description": "Rapidly ship Rust projects to npm",
"license": "MIT OR Apache-2.0",
"bin": {
"r2n": "./bin/r2n"
},
"files": [
"bin",
"dist"
],
"scripts": {
"build": "r2n build",
"prepublishOnly": "r2n build --release"
}
}