-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.3 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
{
"name": "kitsu-unban",
"version": "1.0.0",
"description": "Unbans users on a specified date using a Google Sheet",
"main": "App/index.ts",
"scripts": {
"start": "ts-node App/index.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"gql": "graphql-codegen --config codegen.yml",
"reg-commands": "ts-node App/registerCommands.ts"
},
"keywords": [
"Kitsu"
],
"author": "Reinachan",
"license": "MIT",
"dependencies": {
"@apollo/client": "^3.6.9",
"@discordjs/builders": "^0.15.0",
"@discordjs/rest": "^0.5.0",
"axios": "^0.21.1",
"cross-fetch": "^3.1.4",
"discord-api-types": "^0.23.1",
"discord.js": "^13.6.0",
"dotenv": "^10.0.0",
"googleapis": "^81.0.0",
"graphql": "^15.8.0",
"node-fetch": "^2.6.1",
"ts-node": "^10.7.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.6.2",
"@graphql-codegen/fragment-matcher": "^3.2.1",
"@graphql-codegen/introspection": "^2.1.1",
"@graphql-codegen/typescript": "^2.4.8",
"@graphql-codegen/typescript-document-nodes": "^2.2.8",
"@graphql-codegen/typescript-graphql-request": "^4.4.5",
"@graphql-codegen/typescript-operations": "^2.3.5",
"@types/node": "^17.0.41",
"@types/node-fetch": "^2.5.11",
"tslib": "^2.4.0",
"typescript": "^4.6.4"
}
}