mirror of
https://github.com/Instadapp/Swap-Aggregator-Subgraph.git
synced 2024-07-29 21:57:12 +00:00
37 lines
856 B
JSON
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"
|
|
}
|
|
}
|