Skip to content

Commit

Permalink
Fix api compiler error
Browse files Browse the repository at this point in the history
  • Loading branch information
duanyytop committed Jan 8, 2025
1 parent 7b616af commit 5d21c15
Show file tree
Hide file tree
Showing 4 changed files with 289 additions and 47 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "typeid-contract-cell-deps",
"version": "0.1.0",
"type": "module",
"scripts": {
"update:cellDeps": "npx ts-node src/index.ts",
"update:cellDeps": "npx tsx src/index.ts",
"format": "prettier --write '{src, api}/*.ts'",
"lint": "eslint --ext .ts src/*"
"lint": "eslint --ext .ts",
"build": "tsup"
},
"types": "./lib/index.d.ts",
"dependencies": {
"@rgbpp-sdk/ckb": "^0.1.0",
"@vercel/node": "^3.2.23",
Expand All @@ -18,7 +19,7 @@
"@typescript-eslint/parser": "^7.8.0",
"eslint": "^8.56.0",
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"tsx": "^4.19.2",
"typescript": "^5.4.3",
"zod": "^3.23.8"
},
Expand Down
Loading

0 comments on commit 5d21c15

Please sign in to comment.