forked from NightStrang6r/FunPayServer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 835 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
{
"name": "funpayserver",
"version": "0.4.1",
"description": "CLI app for auto-managing your FunPay account",
"main": "src/index.js",
"dependencies": {
"chalk": "^5.0.1",
"clone": "^2.1.2",
"commander": "^9.4.0",
"fs-extra": "^10.1.0",
"inquirer": "^9.1.0",
"jsdom": "^19.0.0",
"node-fetch": "^3.2.1",
"project-version": "^2.0.0",
"telegraf": "^4.9.1",
"telegram-keyboard": "^2.3.2"
},
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NightStrang6r/FunPayServer.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/NightStrang6r/FunPayServer/issues"
},
"homepage": "https://github.com/NightStrang6r/FunPayServer#readme"
}