forked from UncapLabs/liquidation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 732 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 732 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
{
"name": "liquidation",
"version": "0.0.0",
"private": true,
"scripts": {
"codegen": "graphql-codegen --config codegen.ts",
"deploy": "wrangler deploy",
"dev": "wrangler dev --test-scheduled",
"start": "wrangler dev --test-scheduled",
"cf-typegen": "wrangler types"
},
"dependencies": {
"@graphql-typed-document-node/core": "^3.2.0",
"big.js": "^7.0.1",
"graphql": "^16.11.0",
"graphql-request": "^7.1.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^6.0.1",
"@graphql-codegen/typescript": "^5.0.2",
"@graphql-codegen/typescript-graphql-request": "^6.3.0",
"@graphql-codegen/typescript-operations": "^4.6.1",
"@types/big.js": "^6.2.2",
"typescript": "^5.5.2",
"wrangler": "^4.46.0"
}
}