chore: make Prettier
[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     "prettier": "npx prettier@2 -w '**/*.{js,md,html}'",
9     "test": "node _webi/test.js ./node/"
10   },
11   "repository": {
12     "type": "git",
13     "url": "git+https://github.com/webinstall/webi-installers.git"
14   },
15   "keywords": ["webinstall", "brew", "apt", "chocolately"],
16   "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
17   "license": "MPL-2.0",
18   "bugs": {
19     "url": "https://github.com/webinstall/webi-installers/issues"
20   },
21   "homepage": "https://github.com/webinstall/webi-installers#readme",
22   "dependencies": {
23     "@root/request": "^1.6.1",
24     "dotenv": "^8.2.0",
25     "shmatter": "^1.0.1"
26   }
27 }