-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.22 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
{
"name": "anime-stats",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"codegen": "graphql-codegen --config src/graphql/codegen.ts",
"load": "npx tsx src/loadData.ts",
"gen": "npx tsx src/updateReadme.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^4.2.5",
"@graphql-codegen/introspection": "^4.0.3",
"@graphql-codegen/near-operation-file-preset": "^3.0.0",
"@graphql-codegen/typescript": "^4.0.6",
"@graphql-codegen/typescript-graphql-request": "^6.2.0",
"@graphql-codegen/typescript-operations": "^4.2.0",
"@types/node": "^20.12.4",
"@types/xml2js": "^0.4.14",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"prettier-plugin-organize-imports": "^3.2.4",
"typescript": "^5.4.3"
},
"dependencies": {
"fs": "0.0.1-security",
"graphql-request": "^6.1.0",
"graphql-tag": "^2.12.6",
"markdown-table": "^3.0.3"
},
"packageManager": "[email protected]"
}