X-Git-Url: https://git.josue.xyz/?p=webi-installers%2F.git;a=blobdiff_plain;f=package.json;h=9453472c8ff87404ac94949632286d0481fc3fa4;hp=3c9406f26eae0f8c187eac552167b4d1603b036d;hb=91512157ab426c87e0a82b594620e90e324b23a3;hpb=4062e9316443a79b27bfcb58ced4c6ddaf5898ea diff --git a/package.json b/package.json index 3c9406f..9453472 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { - "name": "@webinstall/packages", - "version": "0.1.0", + "name": "@webinstall/webi-installers", + "private": true, + "version": "0.2.0", "description": "webinstall script repository", "main": "_webi/", "scripts": { @@ -8,7 +9,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/webinstall/packages.git" + "url": "git+https://github.com/webinstall/webi-installers.git" }, "keywords": [ "webinstall", @@ -19,10 +20,12 @@ "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" + "@root/request": "^1.6.1", + "dotenv": "^8.2.0", + "shmatter": "^1.0.1" } }