-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 892 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
38
39
40
41
{
"name": "kita",
"version": "1.1.4",
"description": "A Discord.JS wrapper to speed up development process by getting the basics readily done. A revision of the monorepo 'yor' renamed to Kita.",
"main": "dist/index.js",
"types": "dist/index.d.js",
"files": [
"/dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Spimy/kita.git"
},
"bugs": {
"url": "https://github.com/Spimy/kita/issues"
},
"homepage": "https://github.com/Spimy/kita#readme",
"scripts": {
"dev": "npx tsc -w",
"build": "npx tsc -b"
},
"keywords": [
"discord",
"bot",
"discordjs",
"wrapper",
"yor",
"kita",
"development"
],
"author": "Spimy",
"license": "MIT",
"devDependencies": {
"@types/glob": "7.2.0",
"typescript": "^4.9.5"
},
"dependencies": {
"discord.js": "^14.7.1",
"glob": "7.2.0"
}
}