UNPKG

dynamsoft-capture-vision-router

Version:

The Dynamsoft Capture Vision Router module is the cornerstone of the Dynamsoft Capture Vision architecture.

93 lines (92 loc) 3.47 kB
{ "name": "dynamsoft-capture-vision-router", "version": "2.4.33", "description": "The Dynamsoft Capture Vision Router module is the cornerstone of the Dynamsoft Capture Vision architecture.", "files": [ "/dist/*.js", "/dist/*.mjs", "/dist/*.map", "/dist/*.html", "/dist/*.wasm", "/dist/**/*.d.ts", "/LEGAL.txt" ], "main": "./dist/cvr.js", "module": "./dist/cvr.esm.js", "exports": { ".": { "types": { "require": "./dist/cvr.d.cts", "import": "./dist/cvr.d.ts" }, "import": "./dist/cvr.esm.js", "require": "./dist/cvr.js" } }, "types": "dist/cvr.d.ts", "type": "module", "sideEffects": true, "author": { "name": "Dynamsoft", "url": "https://www.dynamsoft.com" }, "publishConfig": { "registry": "https://registry.npmjs.org/", "tag": "latest" }, "maintainers": [ { "name": "Dynamsoft", "email": "support@dynamsoft.com" } ], "keywords": [ "dynamsoft", "dynamsoft-capture-vision", "webassembly", "sdk", "javascript", "typescript", "router", "coordinator" ], "license": "SEE LICENSE IN LICENSE", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "compress-glue-js": "terser public/cvr_wasm_glue.js -c computed_props=false -o dist/cvr_wasm_glue.js", "build-dev": "rollup -c --environment BUILD:development", "build": "rollup -c --environment BUILD:production", "update:readme": "updateReadme --package=dynamsoft-capture-vision-router --version=latest --no-html", "update:prod": "updatePackage --package=dynamsoft-capture-vision-router --version=auto --env=production --tag=latest", "update:beta": "updatePackage --package=dynamsoft-capture-vision-router --version=auto --env=beta --tag=beta", "update:iv": "updatePackage --package=dynamsoft-capture-vision-router --version=auto --env=internalVersion --tag=iv", "update:dev": "updatePackage --package=dynamsoft-capture-vision-router --version=auto --env=development --tag=latest", "updateLink:npm": "updateLink --source=npm", "updateLink:zip": "updateLink --source=zip", "updateLink:github": "updateLink --source=github", "easyPublish": "npm run update:dev && npm i dynamsoft-core@npm:@dynamsoft/dynamsoft-core@latest && npm run build-dev && npm publish", "ep-no-core": "npm run update:dev && npm run build && npm publish", "overridesCore:prod": "npm pkg delete overrides.dynamsoft-core && npm pkg set dependencies.dynamsoft-core=\"^3.4.31\"", "overridesCore:dev": "npm pkg set overrides.dynamsoft-core=$dynamsoft-core && npm pkg set dependencies.dynamsoft-core=npm:@dynamsoft/dynamsoft-core@latest && npm update dynamsoft-core --no-package-lock" }, "devDependencies": { "@dynamsoft/rd2-scripts": "^0.1.15", "@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-replace": "^5.0.2", "@rollup/plugin-terser": "^0.4.0", "@rollup/plugin-typescript": "^11.0.0", "@scannerproxy/curscript-path": "^2.0.6", "@scannerproxy/dlsjs": "^3.0.28", "@types/node": "^20.2.5", "detect-browser-node-ssr": "^3.0.2", "mutable-promise": "^1.1.15", "rollup": "^3.17.2", "rollup-plugin-dts": "^6.1.0", "tslib": "^2.5.0", "typescript": "^4.9.5" }, "dependencies": { "dynamsoft-core": "^3.4.31" }, "overrides": {} }