forked from Wh1teSlash/kazagumo-filter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 945 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
{
"name": "kazagumo-filter",
"version": "2.0.0",
"description": "A plugin that allows you to set filter faster in Kazagumo",
"main": "dist/index.js",
"scripts": {
"build": "npm-run-all build:remove:discordjs build:typescript build:add:discordjs",
"build:remove:discordjs": "npm remove discord.js",
"build:add:discordjs": "npm i discord.js",
"build:typescript": "tsc"
},
"author": "RainyXeon",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/RainyXeon/kazagumo-filter.git"
},
"files": [
"dist"
],
"homepage": "https://github.com/RainyXeon/kazagumo-filter#readme",
"devDependencies": {
"@types/node": "^18.11.9",
"dotenv": "^16.0.3",
"nodemon": "^2.0.20",
"npm-run-all": "^4.1.5",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
},
"dependencies": {
"axios": "^1.1.3",
"discord.js": "^14.14.1",
"kazagumo": "^3.0.0"
}
}