-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 909 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
{
"name": "@infinite-fansub/infinite-client",
"version": "1.5.9",
"description": "The main core for all infinite bots",
"main": "dist/index.js",
"scripts": {
"dev": "ts-node ./src/client.ts",
"build": "tsc",
"test": "ts-node ./examples/basic-bot/basic-bot.ts",
"test:dev": "ts-node ./test/bot.ts"
},
"types": "dist",
"repository": {
"type": "git",
"url": "git://github.com/Infinite-Fansub/Infinite-Client.git"
},
"author": "DidaS",
"license": "ISC",
"dependencies": {
"@discordjs/builders": "^0.13.0",
"@discordjs/rest": "^0.4.1",
"colours.js": "^3.1.2",
"discord-api-types": "^0.31.2",
"discord.js": "^13.6.0",
"mongoose": "^6.3.1",
"redis": "^4.0.6"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"devDependencies": {
"ts-node": "^10.7.0",
"tslib": "^2.4.0",
"typescript": "^4.6.3"
}
}