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