From 5dbefcc6e56ca757076637467cb26d4999cb4969 Mon Sep 17 00:00:00 2001 From: Chaysen Date: Thu, 28 Sep 2023 18:44:30 +0100 Subject: [PATCH] init --- package.json | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index eae679f..b5801fc 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,8 @@ "build": "tsup", "test": "jest" }, - "author": "", - "license": "ISC", + "author": "me@chaysen.com", + "license": "MIT", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", @@ -22,5 +22,20 @@ "ts-node": "^10.9.1", "tsup": "^7.2.0", "typescript": "^5.2.2" - } + }, + "repository": { + "type": "git", + "url": "git+https://github.com/Chaysen/chrome-storage-ts-utility.git" + }, + "keywords": [ + "typescript", + "chrome", + "storage", + "chrome-storage", + "chrome-local-storage" + ], + "bugs": { + "url": "https://github.com/Chaysen/chrome-storage-ts-utility/issues" + }, + "homepage": "https://github.com/Chaysen/chrome-storage-ts-utility#readme" }