@microblink/capture 1.0.3 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -29
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microblink/capture",
|
|
3
|
-
"description": "",
|
|
3
|
+
"description": "Wasm prebuilts + TS types",
|
|
4
4
|
"homepage": "https://microblink.com/",
|
|
5
5
|
"repository": "github:BlinkID/capture-browser",
|
|
6
|
-
"version": "1.0.
|
|
6
|
+
"version": "1.0.5",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"files": [
|
|
9
9
|
"dist",
|
|
@@ -27,32 +27,6 @@
|
|
|
27
27
|
"./package.json": "./package.json"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"
|
|
31
|
-
"@microsoft/api-extractor": "^7.36.3",
|
|
32
|
-
"concurrently": "^8.2.0",
|
|
33
|
-
"publint": "^0.1.16",
|
|
34
|
-
"rimraf": "^5.0.1",
|
|
35
|
-
"solid-js": "^1.7.8",
|
|
36
|
-
"tsx": "^3.12.7",
|
|
37
|
-
"vite": "^4.4.6",
|
|
38
|
-
"zx": "^7.2.3",
|
|
39
|
-
"@mb/utils": "^0.0.0",
|
|
40
|
-
"tsconfig": "0.0.0"
|
|
41
|
-
},
|
|
42
|
-
"dependencies": {
|
|
43
|
-
"capture-main": "^1.0.0",
|
|
44
|
-
"capture-ui": "^1.0.1"
|
|
45
|
-
},
|
|
46
|
-
"scripts": {
|
|
47
|
-
"rollup": "api-extractor run --local --verbose",
|
|
48
|
-
"build:js": "vite build",
|
|
49
|
-
"build:js-dev": "vite build --mode development",
|
|
50
|
-
"build:types": "tsc && tsx duplicate-types.mts",
|
|
51
|
-
"build": "concurrently -m 1 pnpm:build:js pnpm:build:types pnpm:rollup",
|
|
52
|
-
"build:dev": "concurrently pnpm:build:js-dev pnpm:build:types",
|
|
53
|
-
"lint:types": "tsc --emitDeclarationOnly false --noEmit",
|
|
54
|
-
"lint:package": "publint && attw --pack . --exclude-entrypoints style.css ",
|
|
55
|
-
"lint": "concurrently pnpm:lint:types pnpm:lint:package",
|
|
56
|
-
"clean": "rimraf .turbo types dist public *.tsbuildinfo"
|
|
30
|
+
"solid-js": "^1.7.8"
|
|
57
31
|
}
|
|
58
32
|
}
|