-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 826 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 826 Bytes
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
{
"name": "waifu",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"deploy": "wrangler deploy",
"dev": "wrangler dev",
"start": "wrangler dev",
"ngrok": "ngrok http 8787",
"types": "wrangler types; npx graphql-codegen --config graphql_schema_config.ts"
},
"devDependencies": {
"@0no-co/graphqlsp": "1.15.3",
"@graphql-codegen/cli": "6.2.1",
"@graphql-codegen/schema-ast": "5.0.1",
"graphql": "16.13.2",
"wrangler": "4.93.1"
},
"dependencies": {
"@modrinth/api-client": "0.2.0",
"@types/node": "25.5.2",
"curseforge-api": "1.3.0",
"discord-interactions": "4.4.0",
"node-fetch": "3.3.2",
"prettier": "3.8.1"
},
"allowScripts": {
"workerd@1.20260520.1": true,
"esbuild@0.27.3": true,
"sharp@0.34.5": true
}
}