{ "name": "camer", "version": "1.0.7", "description": "A nifty command alias manager", "main": "./lib/index.js", "bin": { "camer": "./bin/index.js" }, "scripts": { "cargo:build": "cargo build --release", "release:npm": "bumpp package.json --commit --push --tag", "release:cargo": "cargo publish" }, "repository": { "type": "git", "url": "git+https://github.com/hubvue/camer.git" }, "keywords": [ "command", "alias", "manager" ], "files": [ "bin", "bin/camer" ], "author": "hubvue", "license": "MIT", "bugs": { "url": "https://github.com/hubvue/camer/issues" }, "homepage": "https://github.com/hubvue/camer#readme", "devDependencies": { "bumpp": "^7.1.1" } }