UNPKG

dynamsoft-core

Version:

The Dynamsoft Core module builds the foundation upon which Dynamsoft SDKs implement their functionality.

89 lines (88 loc) 2.88 kB
{ "name": "dynamsoft-core", "version": "3.4.31", "description": "The Dynamsoft Core module builds the foundation upon which Dynamsoft SDKs implement their functionality.", "main": "dist/core.js", "module": "dist/core.esm.js", "exports": { "import": { "types": "./dist/core.d.ts", "default": "./dist/core.esm.js" }, "require": { "types": "./dist/core.d.ts", "default": "./dist/core.js" } }, "sideEffects": false, "types": "./dist/core.d.ts", "publishConfig": { "registry": "https://registry.npmjs.org/", "tag": "latest" }, "author": { "name": "Dynamsoft", "url": "https://www.dynamsoft.com" }, "maintainers": [ { "name": "Dynamsoft", "email": "support@dynamsoft.com" } ], "files": [ "/dist/*.js", "/dist/*.mjs", "/dist/*.html", "/dist/*.wasm", "/dist/**/*.d.ts", "/API Reference.url", "/LEGAL.txt" ], "keywords": [ "dynamsoft", "dynamsoft-capture-vision", "webassembly", "sdk", "javascript", "typescript", "core", "imagesourceadapter", "intermediateresult" ], "type": "module", "license": "SEE LICENSE IN LICENSE", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rollup -c --environment BUILD:production", "build-kdev": "rollup -c --environment BUILD:development", "build-dev": "rollup -c --environment BUILD:development", "update:readme": "updateReadme --package=dynamsoft-core --version=latest --no-html", "update:prod": "updatePackage --package=dynamsoft-core --version=auto --env=production --tag=latest", "update:beta": "updatePackage --package=dynamsoft-core --version=auto --env=beta --tag=beta", "update:iv": "updatePackage --package=dynamsoft-core --version=auto --env=internalVersion --tag=iv", "update:dev": "updatePackage --package=dynamsoft-core --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 run build-dev && npm publish" }, "devDependencies": { "@dynamsoft/rd2-scripts": "^0.1.15", "@dynamsoft/tools": "^0.0.1", "@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-replace": "^5.0.2", "@rollup/plugin-terser": "^0.4.3", "@rollup/plugin-typescript": "^11.0.0", "@scannerproxy/browser-info": "^2.0.8", "@scannerproxy/curscript-path": "^2.0.6", "@types/node": "^20.4.2", "detect-browser-node-ssr": "^3.0.2", "eruda": "^3.0.0", "mutable-promise": "^1.1.15", "rollup": "^3.29.4", "rollup-plugin-dts": "^6.1.0", "tslib": "^2.5.0", "typescript": "^4.9.5" } }