{ "name": "binary-install-raw", "version": "0.0.13", "description": "Install binary applications via npm", "main": "./index.js", "scripts": { "fmt": "prettier --write **/*.js", "fmt:check": "prettier --check **/*.js" }, "engines": { "node": ">=10" }, "repository": { "type": "git", "url": "git+https://github.com/EverlastingBugstopper/binary-install.git" }, "keywords": [ "install", "binary", "global" ], "author": "Avery Harnish ", "license": "MIT", "bugs": { "url": "https://github.com/EverlastingBugstopper/binary-install/issues" }, "homepage": "https://github.com/EverlastingBugstopper/binary-install#readme", "devDependencies": { "prettier": "^1.19.1" }, "dependencies": { "axios": "^0.21.1", "rimraf": "^3.0.2", "tar": "^6.1.0" } }