-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.71 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "thor-discord",
"version": "2.0.0",
"description": "Thor discord bot",
"main": "dist/src/index.js",
"scripts": {
"debug": "NODE_ENV=debug ts-node src/index.ts",
"register": "NODE_ENV=debug ts-node scripts/register-commands.ts",
"build": "tsc -p tsconfig.json",
"start": "node dist/src/index.js",
"test": "NODE_ENV=test mocha -r ts-node/register \"tests/**/*.spec.ts\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/d-nery/thor-discord-rs.git"
},
"author": "Daniel Nery <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/d-nery/thor-discord-rs/issues"
},
"homepage": "https://github.com/d-nery/thor-discord-rs#readme",
"dependencies": {
"@discordjs/builders": "^0.8.2",
"@discordjs/rest": "^0.1.0-canary.0",
"@google-cloud/firestore": "^4.15.1",
"@types/common-tags": "^1.8.1",
"@types/node": "^16.10.2",
"@types/node-schedule": "^1.3.2",
"@types/underscore": "^1.11.3",
"canvas": "^2.8.0",
"common-tags": "^1.8.0",
"dayjs": "^1.10.7",
"discord-api-types": "^0.24.0",
"discord.js": "^13.1.0",
"dotenv": "^10.0.0",
"firebase": "^9.1.1",
"firebase-admin": "^10.0.0",
"node-schedule": "^2.0.0",
"reflect-metadata": "^0.1.13",
"tslog": "^3.2.2",
"typedi": "^0.10.0",
"typescript": "^4.4.3",
"underscore": "^1.13.1"
},
"devDependencies": {
"@types/chai": "^4.2.22",
"@types/mocha": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"chai": "^4.3.4",
"copyfiles": "^2.4.1",
"eslint": "^8.2.0",
"mocha": "^9.1.2",
"ts-mockito": "^2.6.1",
"ts-node": "^10.2.1"
}
}