Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
crathert committed Sep 28, 2023
1 parent a8c2bf2 commit 5dbefcc
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"build": "tsup",
"test": "jest"
},
"author": "",
"license": "ISC",
"author": "[email protected]",
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -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"
}

0 comments on commit 5dbefcc

Please sign in to comment.