forked from wdzeng/pinkoi-coins-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 845 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "pinkoi-coins-bot",
"version": "1.4.0",
"private": true,
"description": "Get pinkoi coins everyday.",
"author": {
"name": "Hyperbola",
"email": "[email protected]",
"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": "[email protected]",
"scripts": {
"build": "ncc build src/index.ts -o dist -m"
},
"dependencies": {
"axios": "^1.3.4",
"commander": "^10.0.0",
"isobject": "^4.0.0",
"loglevel": "^1.8.1"
},
"devDependencies": {
"@types/node": "^18.15.3",
"@vercel/ncc": "^0.36.1",
"typescript": "^4.9.5"
},
"bugs": {
"url": "https://github.com/wdzeng/pinkoi-coins-bot/issues"
},
"license": "MIT"
}