-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
130 lines (130 loc) · 4.62 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "hypercerts-api",
"version": "0.3.0",
"private": true,
"type": "module",
"scripts": {
"dev": "nodemon",
"build": "rimraf dist && tsoa spec-and-routes && swc src --out-dir dist --copy-files",
"start": "node -r dotenv/config dist/src/index.js",
"integration": "concurrently -c \"green,blue\" --names \"CACHE,DATA\" \"pnpm --dir ./lib/hypercerts-indexer run dev\" \"pnpm run dev\"",
"supabase:reset:all": "concurrently -c \"blue,green\" --names \"DATA,CACHE\" \"npm run supabase:reset:data\" \"npm run supabase:reset:cache\"",
"supabase:start:all": "concurrently -c \"blue,green\" --names \"DATA,CACHE\" \"npm run supabase:start:data\" \"npm run supabase:start:cache\"",
"supabase:types:all": "concurrently -c \"blue,green\" --names \"DATA,CACHE\" \"npm run supabase:types:data\" \"npm run supabase:types:cache\"",
"supabase:reset:cache": "npx supabase db reset --workdir ./lib/hypercerts-indexer",
"supabase:reset:data": "npx supabase db reset --workdir ./",
"supabase:start:cache": "npx supabase start --workdir ./lib/hypercerts-indexer",
"supabase:start:data": "npx supabase start",
"supabase:types:cache": "npx supabase gen types typescript --local --workdir ./lib/hypercerts-indexer > ./src/types/supabaseCaching.ts",
"supabase:types:data": "npx supabase gen types typescript --local > ./src/types/supabaseData.ts",
"preintegration": "pnpm --dir ./lib/hypercerts-indexer i",
"lint": "eslint",
"test": "vitest",
"prepare": "husky",
"commitlint": "commitlint --config commitlintrc.ts --edit"
},
"dependencies": {
"@graphql-tools/merge": "^9.0.3",
"@graphql-yoga/plugin-response-cache": "^3.5.0",
"@hypercerts-org/contracts": "2.0.0-alpha.11",
"@hypercerts-org/marketplace-sdk": "0.3.37",
"@hypercerts-org/sdk": "2.3.0",
"@ipld/car": "^5.2.5",
"@openzeppelin/merkle-tree": "^1.0.5",
"@sentry/integrations": "^7.114.0",
"@sentry/node": "^8.2.1",
"@sentry/profiling-node": "^8.2.1",
"@snaplet/seed": "^0.97.20",
"@supabase/postgrest-js": "^1.15.2",
"@supabase/supabase-js": "^2.42.5",
"@tsoa/runtime": "^6.2.1",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/lodash": "^4.17.7",
"@types/node": "20.10.6",
"@ucanto/core": "^9.0.1",
"@ucanto/principal": "^9.0.0",
"@urql/core": "^5.0.4",
"@web3-storage/access": "^20.0.1",
"@web3-storage/w3up-client": "^16.0.0",
"axios": "^1.6.5",
"cors": "^2.8.5",
"ethers": "^6.12.2",
"express": "^4.19.2",
"gql.tada": "^1.2.1",
"graphql": "^16.8.1",
"graphql-filter": "^1.1.5",
"graphql-middleware": "^6.1.35",
"graphql-scalars": "^1.23.0",
"graphql-yoga": "^5.1.1",
"kysely": "^0.27.4",
"lodash": "^4.17.21",
"lru-cache": "^11.0.0",
"pg": "^8.12.0",
"reflect-metadata": "^0.2.2",
"rollup": "^4.12.0",
"swagger-ui-express": "^5.0.0",
"tsoa": "^6.2.1",
"tsyringe": "^4.8.0",
"type-fest": "^4.12.0",
"type-graphql": "^2.0.0-rc.2",
"viem": "^2.0.3",
"zod": "^3.23.8"
},
"engines": {
"node": "20.x"
},
"devDependencies": {
"@0no-co/graphqlsp": "^1.4.1",
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@eddeee888/gcg-typescript-resolver-files": "^0.7.2",
"@eslint/js": "^9.0.0",
"@graphql-codegen/cli": "5.0.2",
"@graphql-tools/delegate": "^10.0.3",
"@graphql-tools/executor-http": "^1.0.8",
"@graphql-tools/schema": "^10.0.2",
"@graphql-tools/stitch": "^9.0.3",
"@graphql-tools/wrap": "^10.0.1",
"@rollup/plugin-typescript": "^11.1.6",
"@sentry/types": "^8.2.1",
"@swc/cli": "^0.3.12",
"@swc/core": "^1.4.15",
"@types/body-parser": "^1.19.5",
"@types/pg": "^8.11.6",
"@types/sinon": "^17.0.2",
"@types/swagger-ui-express": "^4.1.6",
"chai": "^5.0.0",
"chai-assertions-count": "^1.0.2",
"concurrently": "^8.2.2",
"dotenv": "^16.3.1",
"eslint": "8.56.0",
"husky": "^9.1.5",
"kysely-supabase": "^0.2.0",
"lint-staged": "^15.2.9",
"multiformats": "^13.0.0",
"node-mocks-http": "^1.14.1",
"nodemon": "^3.0.3",
"prettier": "3.3.2",
"rimraf": "^5.0.5",
"sinon": "^17.0.1",
"supabase": "^1.191.3",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.7.1",
"typedoc": "^0.26.5",
"typescript": "5.5.3",
"typescript-eslint": "^7.7.0",
"vitest": "^1.1.3"
},
"lint-staged": {
"*.{mjx,cjs,js,jsx,ts,tsx}": [
"eslint --quiet --fix",
"prettier --write --ignore-unknown"
],
"*.{json,html}": [
"prettier --write --ignore-unknown"
]
},
"packageManager": "[email protected]"
}