forked from JayyDoesDev/waifuslash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 951 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
42
43
{
"name": "@antibot/interactions",
"version": "1.4.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "J_DDev",
"license": "MIT",
"scripts": {
"build": "tsc",
"prepublish": "yarn build",
"pb": "yarn publish --access public",
"start": "node tests/test.js"
},
"devDependencies": {
"ts-node-dev": "^2.0.0",
"typescript": "^5.1.6"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"cross-fetch": "^4.0.0",
"eslint": "^8.57.0",
"eslint-plugin-json": "^3.1.0",
"typescript-eslint": "^7.4.0"
},
"repository": {
"url": "https://github.com/antibot-team/interactions"
},
"keywords": [
"discord",
"discord-bot",
"waifu",
"slash",
"slash-commands",
"command",
"commands",
"discord-commands",
"discord-slash",
"commands-discord",
"slash-discord",
"slashy"
]
}