-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.08 KB
/
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
40
41
{
"name": "kalium19",
"version": "0.14.0",
"description": "Kalium Telegram Bot",
"main": "main.ts",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node ./build/build.cjs",
"dstart": "node ./dist/loader.js",
"dcore": "node ./dist/main.js",
"start": "npm-run-all build dstart",
"core": "npm-run-all build dcore",
"update-db": "prisma migrate deploy"
},
"author": "MBRjun <neko@mbr.moe>",
"license": "Apache-2.0",
"dependencies": {
"@prisma/client": "^5.12.1",
"@types/fs-extra": "^11.0.4",
"@types/node-telegram-bot-api": "^0.61.7",
"axios": "^1.6.7",
"canvas": "^2.11.2",
"date-fns": "^3.6.0",
"fs-extra": "^11.2.0",
"jsdom": "^24.0.0",
"node-telegram-bot-api": "^0.63.0",
"npm-run-all": "^4.1.5",
"prisma": "^5.12.1",
"sharp": "^0.33.2",
"tsfetch-re": "^1.0.0",
"tsup": "^8.0.2",
"yaml": "^2.4.1"
},
"devDependencies": {
"@types/jsdom": "^21.1.6",
"kalium-vanilla-arc": "^5.5.11",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
}