-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.16 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.16 KB
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
42
43
44
{
"name": "createpcbot-classed",
"version": "1.0.0",
"description": "Create pc Bot built on classes",
"main": "dist/index.js",
"scripts": {
"build": "tsc --build && prisma generate",
"test": "jest --passWithNoTests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zvshka/createpcbot.git"
},
"author": "zvshka",
"license": "ISC",
"bugs": {
"url": "https://github.com/zvshka/createpcbot/issues"
},
"homepage": "https://github.com/zvshka/createpcbot#readme",
"dependencies": {
"@napi-rs/canvas": "^0.1.67",
"@prisma/client": "^6.1.0",
"axios": "^1.7.4",
"common-tags": "^1.8.2",
"discord-api-types": "^0.37.115",
"discord.js": "14.17.2",
"dotenv": "^16.4.7",
"module-from-string": "^3.1.4",
"moment": "^2.29.4",
"moment-timezone": "^0.5.35",
"ms": "^2.1.3",
"node-telegram-bot-api": "^0.66.0",
"parse-ms": "^4.0.0",
"@twemoji/parser": "^15.1.1"
},
"devDependencies": {
"@types/node-telegram-bot-api": "^0.64.7",
"@types/twemoji-parser": "^13.1.4",
"prisma": "^6.1.0",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^5.7.2"
}
}