Skip to content

Commit

Permalink
Updated metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ngo275 committed Oct 21, 2024
1 parent 6f696e0 commit d5ac612
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,30 @@
{
"name": "app-store-client",
"description": "A TypeScript client for the Apple App Store API",
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",
"author": "Shu",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/ngo275/app-store-client.git"
},
"keywords": [
"app",
"apple",
"store",
"itunes",
"appstore",
"app store",
"app store client",
"typescript"
],
"bugs": {
"url": "https://github.com/ngo275/app-store-client/issues"
},
"homepage": "https://github.com/ngo275/app-store-client#readme",
"scripts": {
"lint": "eslint ./src/**/*.ts",
"build": "rollup -c --bundleConfigAsCjs",
Expand Down

0 comments on commit d5ac612

Please sign in to comment.