-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·51 lines (51 loc) · 1.34 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
42
43
44
45
46
47
48
49
50
51
{
"name": "assistentecraftsapiens",
"version": "5.9.0",
"description": "Um projeto de código-aberto criado para auxiliar os jogadores da craftsapiens",
"main": "dist/main.js",
"author": "davidcanas",
"license": "MIT",
"scripts": {
"build": "tsc",
"start": "node dist/main.js",
"dev": "ts-node --transpileOnly src/main.ts",
"run": "node run.js"
},
"dependencies": {
"@iamtraction/google-translate": "^2.0.1",
"axios": "^1.7.9",
"canvas": "^2.11.2",
"dotenv": "^16.4.7",
"ejs": "^3.1.10",
"express": "^4.21.2",
"express-session": "^1.18.1",
"he": "^1.2.0",
"highlight.js": "^11.11.1",
"html-minifier": "^4.0.0",
"jimp": "^1.6.0",
"jsdom": "^25.0.1",
"mathjs": "^14.0.1",
"mongoose": "^8.9.3",
"node-cron": "^3.0.3",
"oceanic.js": "^1.11.3-dev.9ca907f",
"passport": "^0.7.0",
"passport-oauth2": "^1.8.0",
"prettier": "^3.4.2",
"sourcebin": "^5.0.0",
"twemoji-parser": "^14.0.0",
"util": "^0.12.5",
"vulkava": "^1.6.4"
},
"devDependencies": {
"@types/dotenv": "^8.2.0",
"@types/node": "^20.10.4",
"@types/node-fetch": "^2.6.9",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"eslint": "^8.57.0",
"ts-node": "^10.9.2"
},
"peerDependencies": {
"typescript": "^5.7.2"
}
}