refactor: finish moving ssh-* scripts to own installers
[webi-installers/.git] / _npm / package.json
1 {
2   "name": "webi",
3   "version": "0.5.1",
4   "description": "Effortlessly install developer tools with easy-to-remember URLs",
5   "main": "index.js",
6   "homepage": "https://webinstall.dev",
7   "files": [
8     "scripts/"
9   ],
10   "scripts": {
11     "postinstall": "node scripts/install-webi.js",
12     "test": "echo \"Error: no test specified\" && exit 1"
13   },
14   "repository": {
15     "type": "git",
16     "url": "https://github.com/webinstall/packages"
17   },
18   "keywords": [
19     "webi",
20     "webinstall",
21     "install"
22   ],
23   "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
24   "license": "MPL-2.0",
25   "dependencies": {
26     "@root/request": "^1.6.1"
27   }
28 }