-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 985 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
36
37
38
39
{
"name": "chipron",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "tsc && node ./build/main.js",
"test": "echo \"Error: no test specified\" && exit 1",
"tsc": "tsc",
"clean": "tsc --build --clean"
},
"author": "lekting",
"license": "MIT",
"dependencies": {
"@types/inquirer": "^7.3.3",
"@types/pretty": "^2.0.0",
"@types/uuid": "^8.3.1",
"ag-psd": "^14.1.0",
"axios": "^0.21.1",
"canvas": "^2.8.0",
"colors": "^1.4.0",
"fs": "*",
"inquirer": "^8.1.1",
"node-telegram-bot-api": "^0.54.0",
"pretty": "^2.0.0",
"puppeteer": "^10.2.0",
"puppeteer-extra": "^3.1.18",
"puppeteer-extra-plugin-stealth": "^2.7.8",
"striptags": "^3.2.0",
"tdl": "^7.0.0",
"tdl-tdlib-addon": "^1.0.1",
"typescript": "^4.3.5"
},
"devDependencies": {
"@types/node": "^16.3.1",
"@types/node-telegram-bot-api": "^0.51.4",
"tdlib-types": "^0.1001007.1"
}
}