Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyuheng committed Oct 25, 2024
1 parent b964e98 commit 87479c0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
9 changes: 9 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.4",
"type": "module",
"repository": "github:fidb-official/fidb",
"license": "GPL-3.0-or-later",
"main": "./lib/index.js",
"files": [
"src",
Expand All @@ -15,12 +16,13 @@
"test:watch": "node --test --watch",
"format": "prettier src --write"
},
"dependencies": {},
"dependencies": {
"@xieyuheng/ty": "^0.2.3"
},
"devDependencies": {
"@types/node": "^22.7.9",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"typescript": "^5.6.3"
},
"license": "GPL-3.0-or-later"
}
}

0 comments on commit 87479c0

Please sign in to comment.