refactor: finish moving ssh-* scripts to own installers
[webi-installers/.git] / package.json
1 {
2   "name": "@webinstall/webi-installers",
3   "private": true,
4   "version": "0.2.0",
5   "description": "webinstall script repository",
6   "main": "_webi/",
7   "scripts": {
8     "test": "node _webi/test.js ./node/"
9   },
10   "repository": {
11     "type": "git",
12     "url": "git+https://github.com/webinstall/webi-installers.git"
13   },
14   "keywords": [
15     "webinstall",
16     "brew",
17     "apt",
18     "chocolately"
19   ],
20   "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
21   "license": "MPL-2.0",
22   "bugs": {
23     "url": "https://github.com/webinstall/webi-installers/issues"
24   },
25   "homepage": "https://github.com/webinstall/webi-installers#readme",
26   "dependencies": {
27     "@root/request": "^1.6.1",
28     "dotenv": "^8.2.0",
29     "shmatter": "^1.0.1"
30   }
31 }