Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzeng committed Jun 24, 2022
1 parent 0a441e9 commit 9d74619
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,20 @@
"version": "1.2.0",
"private": true,
"description": "Get pinkoi coins everyday.",
"author": {
"name": "Hyperbola",
"email": "me@hyperbola.me",
"url": "https://github.com/wdzeng"
},
"homepage": "https://github.com/wdzeng/pinkoi-coins-bot",
"repository": {
"type": "git",
"url": "https://github.com/wdzeng/pinkoi-coins-bot.git"
},
"packageManager": "pnpm@7.2.1",
"scripts": {
"build": "ncc build src/index.ts -o dist -m"
},
"author": "Hyperbola",
"dependencies": {
"axios": "^0.27.2",
"commander": "^9.3.0",
Expand All @@ -17,5 +27,9 @@
"@types/node": "^17.0.39",
"@vercel/ncc": "^0.34.0",
"typescript": "^4.7.3"
}
},
"bugs": {
"url": "https://github.com/wdzeng/pinkoi-coins-bot/issues"
},
"license": "MIT"
}

0 comments on commit 9d74619

Please sign in to comment.