forked from conaticus/boolean
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1001 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1001 Bytes
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": "conaticus-bot",
"version": "1.0.0",
"description": "",
"main": "./dist/index.js",
"scripts": {
"dev": "ts-node-dev --respawn ./src/index.ts",
"build": "tsc",
"start": "node .",
"check": "tsc -w --noEmit",
"format": "prettier --write .",
"prepare": "husky install"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@discordjs/builders": "^0.12.0",
"@discordjs/rest": "^0.3.0",
"discord-api-types": "^0.29.0",
"discord.js": "^13.6.0",
"discord.js-captcha": "^2.5.2",
"filehound": "^1.17.5",
"pino": "^7.10.0",
"pino-pretty": "^7.6.1"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
"@types/node": "^17.0.24",
"dotenv": "^16.0.0",
"husky": "^7.0.4",
"prettier": "^2.6.2",
"pretty-quick": "^3.1.3",
"ts-node-dev": "^1.1.8"
}
}