UNPKG

cargo-mdbook

Version:

Expose [mdBook](https://github.com/rust-lang/mdBook) as an npm package, for people who don't use Rust

27 lines (26 loc) 610 B
{ "name": "cargo-mdbook", "version": "0.4.4", "main": "index.js", "author": "Gal Schlezinger", "license": "MIT", "devDependencies": { "@types/node": "^13.7.0", "prettier": "^1.19.1", "typescript": "^3.7.5" }, "bin": { "mdbook": "./bin/mdbook.exe" }, "scripts": { "postinstall": "node ./dist/match-platform.js", "build": "tsc", "prepublishOnly": "yarn build && rm -f ./bin/mdbook.exe; touch ./bin/mdbook.exe; chmod u+x ./bin/mdbook.exe" }, "files": [ "dist", "bin" ], "dependencies": {}, "repository": "git@github.com:Schniz/cargo-mdbook.git" }