-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 896 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
{
"name": "dis-cogs",
"version": "0.2.1-beta.2",
"description": "Discogs is a discord.js bot template that uses the idea of discord.py's Cogs feature and implements it on discord.js",
"main": "dist/src/main.js",
"scripts": {
"dev": "./dev.sh",
"build": "npx tsc",
"start": "node dist/src/main.js",
"lint": "npx eslint --fix"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@changesets/cli": "^2.27.9",
"@types/blessed": "^0.1.25",
"@types/dotenv": "^6.1.1",
"@types/figlet": "^1.7.0",
"@types/node": "^22.9.0",
"@types/ps-node": "^0.1.3",
"dotenv": "^16.4.5",
"eslint": "^9.14.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3"
},
"dependencies": {
"blessed": "^0.1.81",
"blessed-contrib": "^4.11.0",
"discord.js": "^14.16.3",
"figlet": "^1.8.0",
"ps-node": "^0.1.6"
}
}