Swap-Aggregator-Subgraph/node_modules/binary-install-raw/package.json
Richa-iitr d211083153 Revert "Revert "added handler""
This reverts commit c36ee8c5ca.
2022-07-03 07:30:05 +05:30

37 lines
856 B
JSON

{
"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 <averyharnish@gmail.com>",
"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"
}
}