-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
958 additions
and
243 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,9 +34,11 @@ | |
"license": "MIT", | ||
"devDependencies": { | ||
"@napi-rs/cli": "^2.16.2", | ||
"@types/node": "^20.4.4", | ||
"vite": "^4.4.7", | ||
"vitest": "^0.33.0" | ||
"@puffmeow/schema2ts": "^0.2.0", | ||
"@types/node": "^20.4.9", | ||
"tinybench": "^2.5.0", | ||
"vite": "^4.4.9", | ||
"vitest": "^0.34.1" | ||
}, | ||
"engines": { | ||
"node": ">= 10" | ||
|
@@ -49,7 +51,8 @@ | |
"test": "vitest run", | ||
"build-test": "npm run build && npm run test", | ||
"universal": "napi universal", | ||
"version": "napi version" | ||
"version": "napi version", | ||
"bench": "node bench/index.js" | ||
}, | ||
"packageManager": "[email protected]", | ||
"repository": { | ||
|
Oops, something went wrong.