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" }