Skip to content

Commit 212167d

Browse files
authored
Merge pull request #209 from hypercerts-org/feat/blueprint-batch-mint-script
feat: blueprint batch minting form
2 parents d9c0a6b + 2dc353c commit 212167d

File tree

5 files changed

+525
-32
lines changed

5 files changed

+525
-32
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"supabase:types:data": "npx supabase gen types typescript --local > ./src/types/supabaseData.ts",
2020
"preintegration": "pnpm --dir ./lib/hypercerts-indexer i",
2121
"lint": "eslint",
22+
"scripts:blueprint-batch-mint": "tsx scripts/blueprint_batch_mint.ts",
2223
"test": "vitest",
2324
"test:coverage": "vitest --coverage.enabled true",
2425
"prepare": "husky",
@@ -90,6 +91,7 @@
9091
"@graphql-tools/schema": "^10.0.2",
9192
"@graphql-tools/stitch": "^9.0.3",
9293
"@graphql-tools/wrap": "^10.0.1",
94+
"@inquirer/prompts": "^7.2.3",
9395
"@rollup/plugin-typescript": "^11.1.6",
9496
"@sentry/types": "^8.2.1",
9597
"@swc/cli": "^0.3.12",
@@ -103,6 +105,7 @@
103105
"chai": "^5.0.0",
104106
"chai-assertions-count": "^1.0.2",
105107
"concurrently": "^8.2.2",
108+
"csv-parse": "^5.6.0",
106109
"dotenv": "^16.3.1",
107110
"eslint": "8.56.0",
108111
"husky": "^9.1.5",

0 commit comments

Comments
 (0)