From 31c5728907ddcee4a6046736d7f795d0c3c5e7fd Mon Sep 17 00:00:00 2001 From: tycrek Date: Mon, 5 Jul 2021 14:12:23 -0600 Subject: [PATCH] improved package.json layout & data --- package.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 54c3c39..6510a58 100755 --- a/package.json +++ b/package.json @@ -21,16 +21,19 @@ "type": "git", "url": "git+https://github.com/tycrek/ass.git" }, + "repository": "github:tycrek/ass", "keywords": [ "sharex", "sharex-server" ], - "author": "tycrek", + "author": "tycrek (https://tycrek.com/)", "license": "ISC", - "bugs": { - "url": "https://github.com/tycrek/ass/issues" - }, + "bugs": "https://github.com/tycrek/ass/issues", "homepage": "https://github.com/tycrek/ass#readme", + "funding": { + "type": "patreon", + "url": "https://patreon.com/tycrek" + }, "dependencies": { "any-shell-escape": "^0.1.1", "aws-sdk": "^2.930.0", @@ -53,7 +56,6 @@ "sanitize-filename": "^1.6.3", "stream-to-array": "^2.3.0", "submodule": "^1.2.1", - "tycrek-s3-transform": "^3.3.0", "uuid": "^8.3.2" } } \ No newline at end of file