-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.23 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
{
"name": "npbot13.6",
"version": "1.2.4",
"description": "Bot remoto da Noodles Picante",
"main": "index.js",
"scripts": {
"start": "nodemon .",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/noodlespicante/remote-npbot.git"
},
"author": "PiterOfc (Noodles Picante)",
"bugs": {
"url": "https://github.com/noodlespicante/remote-npbot/issues"
},
"homepage": "https://github.com/noodlespicante/remote-npbot#readme",
"dependencies": {
"better-sqlite3": "7.5.0",
"bufferutil": "^4.0.7",
"canvas-txt": "^3.0.0",
"captcha-for-discord": "^1.0.0",
"desacentuador": "^1.0.0",
"discord-api-types": "^0.37.23",
"discord-image-generation": "^1.4.15",
"discord-modals": "^1.3.9",
"discord-reply": "^0.1.2",
"discord-tts": "^1.2.2",
"discord.js": "^14.7.1",
"dotenv": "^16.0.3",
"erlpack": "^0.1.4",
"ffmpeg-static": "^5.1.0",
"free-translate": "^0.6.1",
"nodemon": "^2.0.20",
"postgres": "^3.3.2",
"pretty-ms": "^7.0.1",
"quick.db": "^7.1.3",
"sodium-native": "^3.4.1",
"utf-8-validate": "^5.0.10",
"zlib-sync": "^0.1.7"
},
"devDependencies": {
"eslint": "^8.30.0"
},
"type": "commonjs"
}