forked from 0xFlicker/ordinals
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.04 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
{
"name": "@0xflick/ordinals-graphql",
"version": "1.0.0",
"main": "src/index.ts",
"type": "module",
"license": "MIT",
"scripts": {
"schema:types": "yarn graphql-codegen --config codegen.ts && node scripts/generateSchema.mjs"
},
"devDependencies": {
"@graphql-codegen/add": "^5.0.0",
"@graphql-codegen/cli": "^4.0.1",
"@graphql-codegen/graphql-modules-preset": "^4.0.1",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-resolvers": "^4.0.1",
"@types/glob": "^8.1.0",
"@types/node": "^20.3.3",
"@types/qrcode": "^1.5.1",
"glob": "^10.3.3",
"graphql-modules": "^2.1.2",
"prettier": "^3.0.0",
"typescript": "5.1.3"
},
"dependencies": {
"@0xflick/graphql-modules": "2.1.3-0xflick.5",
"@0xflick/tapscript": "^2.0.1",
"@stacks/encryption": "^6.5.4",
"ethers": "^6.6.3",
"graphql": "^16.7.1",
"handlebars": "^4.7.7",
"html-minifier-terser": "^7.2.0",
"qrcode": "^1.5.3"
},
"resolutions": {
"graphql-modules": "@0xflick/graphql-modules"
}
}