X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=package.json;h=b58955814a9b7a1787efdc46586faac2187243d9;hb=refs%2Fheads%2Fmain;hp=a6961af6892e747123ac9e2d155ea6bb44366f63;hpb=8fa367de83c4ce9e8808e78735a58834ebcc9e74;p=webi-installers%2F.git diff --git a/package.json b/package.json index a6961af..b589558 100644 --- a/package.json +++ b/package.json @@ -1,27 +1,24 @@ { - "name": "@webinstall/packages", - "version": "0.1.0", + "name": "@webinstall/webi-installers", + "private": true, + "version": "0.2.0", "description": "webinstall script repository", "main": "_webi/", "scripts": { + "prettier": "npx prettier@2 -w '**/*.{js,md,html}'", "test": "node _webi/test.js ./node/" }, "repository": { "type": "git", - "url": "git+https://github.com/webinstall/packages.git" + "url": "git+https://github.com/webinstall/webi-installers.git" }, - "keywords": [ - "webinstall", - "brew", - "apt", - "chocolately" - ], + "keywords": ["webinstall", "brew", "apt", "chocolately"], "author": "AJ ONeal (https://coolaj86.com/)", "license": "MPL-2.0", "bugs": { - "url": "https://github.com/webinstall/packages/issues" + "url": "https://github.com/webinstall/webi-installers/issues" }, - "homepage": "https://github.com/webinstall/packages#readme", + "homepage": "https://github.com/webinstall/webi-installers#readme", "dependencies": { "@root/request": "^1.6.1", "dotenv": "^8.2.0",