-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 897 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
37
{
"name": "kosokoso-translator-bot",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node dist/entry",
"apply": "node dist/register",
"applyapp": "node dist/registerapp",
"build": "tsc",
"prepare": "husky install"
},
"keywords": [],
"author": "mtripg6666tdr",
"license": "MIT",
"dependencies": {
"@discordjs/rest": "1.5.0",
"discord-api-types": "^0.37.30",
"discord.js": "^13.2.0",
"dotenv": "^16.0.3"
},
"devDependencies": {
"@commitlint/cli": "^17.4.2",
"@mtripg6666tdr/commitlint-config": "^1.1.0",
"@types/node": "^18.11.18",
"@types/node-fetch": "^2.6.2",
"husky": "^8.0.3",
"typescript": "^4.9.4"
},
"commitlint": {
"extends": [
"@mtripg6666tdr/commitlint-config"
]
}
}