-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 820 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 820 Bytes
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": "droidshell",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "tsx watch src/index.ts",
"build": "tsup src"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"tsx": "^4.20.3",
"typescript": "^5.8.3"
},
"dependencies": {
"@prisma/client": "^6.9.0",
"@types/node-telegram-bot-api": "^0.64.9",
"archiver": "^7.0.1",
"axios": "^1.10.0",
"dotenv": "^16.5.0",
"escape-html": "^1.0.3",
"handlebars": "^4.7.8",
"i18next": "^25.2.1",
"ignore": "^7.0.5",
"node-telegram-bot-api": "^0.66.0",
"prisma": "^6.9.0",
"puppeteer": "^24.10.1",
"shell-exec": "^1.1.2",
"tsup": "^8.5.0",
"ytdl-core": "^4.11.5"
}
}