mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-14 09:39:51 +00:00
29 lines
658 B
JSON
29 lines
658 B
JSON
{
|
|
"name": "webi",
|
|
"version": "0.5.1",
|
|
"description": "Effortlessly install developer tools with easy-to-remember URLs",
|
|
"main": "index.js",
|
|
"homepage": "https://webinstall.dev",
|
|
"files": [
|
|
"scripts/"
|
|
],
|
|
"scripts": {
|
|
"postinstall": "node scripts/install-webi.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/webinstall/packages"
|
|
},
|
|
"keywords": [
|
|
"webi",
|
|
"webinstall",
|
|
"install"
|
|
],
|
|
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
|
"license": "MPL-2.0",
|
|
"dependencies": {
|
|
"@root/request": "^1.6.1"
|
|
}
|
|
}
|