-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 869 Bytes
/
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
{
"name": "autoclear",
"version": "0.0.1",
"description": "Automatically clears discord channel messages",
"main": "index.js",
"scripts": {
"build": "npx tsc",
"start": "node dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Regalijan/autoclear.git"
},
"author": "Wolftallemo",
"license": "MIT",
"bugs": {
"url": "https://github.com/Regalijan/autoclear/issues"
},
"homepage": "https://github.com/Regalijan/autoclear#readme",
"devDependencies": {
"@types/node": "^22.13.4",
"@types/pg": "^8.11.11",
"prettier": "^3.5.1",
"typescript": "^5.7.3"
},
"dependencies": {
"axios": "^1.7.9",
"bufferutil": "^4.0.9",
"discord.js": "^14.18.0",
"dotenv": "^16.4.7",
"erlpack": "^0.1.4",
"pg": "^8.13.3",
"utf-8-validate": "^6.0.5",
"zlib-sync": "^0.1.9"
}
}