-
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
3 changed files
with
11 additions
and
30 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "idcard.js", | ||
"version": "1.0.3", | ||
"version": "1.0.5", | ||
"description": "基于tesseract.js,识别中国身份证ORC,识别信息可用于填入表单", | ||
"main": "dist/index.js", | ||
"type": "module", | ||
|
@@ -9,7 +9,8 @@ | |
"build": "rollup -c", | ||
"watch": "rollup -w -c", | ||
"dev": "pnpm --filter website start", | ||
"build:site": "pnpm --filter website build" | ||
"build:site": "pnpm --filter website build", | ||
"prepublishOnly": "pnpm build" | ||
}, | ||
"keywords": [ | ||
"中国身份证", | ||
|
@@ -18,11 +19,15 @@ | |
"扫描", | ||
"识别", | ||
"ORC", | ||
"javascript" | ||
"javascript", | ||
"node.js" | ||
], | ||
"author": "op_chen", | ||
"license": "MIT", | ||
"repository": "https://github.com/DBSDs/idcard.js", | ||
"repository": { | ||
"type": "github", | ||
"url": "[email protected]:DBSDs/idcard.js.git" | ||
}, | ||
"homepage": "https://dbsds.github.io/idcard.js/", | ||
"engines": { | ||
"node": ">=19", | ||
|
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