dynamsoft-utility
Version:
The Dynamsoft Utility module defines auxiliary classes shared by all Dynamsoft SDKs compliant with the Dynamsoft Capture Vision architecture.
82 lines (81 loc) • 3.13 kB
JSON
{
"name": "dynamsoft-utility",
"version": "1.4.32",
"description": "The Dynamsoft Utility module defines auxiliary classes shared by all Dynamsoft SDKs compliant with the Dynamsoft Capture Vision architecture.",
"main": "./dist/utility.js",
"module": "./dist/utility.esm.js",
"files": [
"/dist/*.js",
"/dist/*.mjs",
"/dist/*.html",
"/dist/*.wasm",
"/dist/**/*.d.ts",
"/API Reference.url",
"/LEGAL.txt"
],
"exports": {
".": {
"types": {
"require": "./dist/utility.d.cts",
"import": "./dist/utility.d.ts"
},
"import": "./dist/utility.esm.js",
"require": "./dist/utility.js"
}
},
"types": "./dist/utility.d.ts",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup --config",
"update:readme": "updateReadme --package=dynamsoft-utility --version=latest --no-html",
"update:prod": "updatePackage --package=dynamsoft-utility --version=auto --env=production --tag=latest",
"update:beta": "updatePackage --package=dynamsoft-utility --version=auto --env=beta --tag=beta",
"update:iv": "updatePackage --package=dynamsoft-utility --version=auto --env=internalVersion --tag=iv",
"update:dev": "updatePackage --package=dynamsoft-utility --version=auto --env=development --tag=latest",
"updateLink:npm": "updateLink --source=npm",
"updateLink:zip": "updateLink --source=zip",
"updateLink:github": "updateLink --source=github",
"updateCore:prod": "updateImportedPkg --package=dynamsoft-core --no-dev",
"updateCore:dev": "updateImportedPkg --package=dynamsoft-core --dev",
"easyPublish": "npm run update:dev && npm i @dynamsoft/dynamsoft-core@latest && npm run build && 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"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"tag": "latest"
},
"author": {
"name": "Dynamsoft",
"url": "https://www.dynamsoft.com"
},
"keywords": [
"dynamsoft",
"dynamsoft-capture-vision",
"sdk",
"javascript",
"typescript",
"utility",
"image-manager"
],
"license": "SEE LICENSE IN LICENSE",
"devDependencies": {
"@dynamsoft/rd2-scripts": "^0.1.8",
"@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/curscript-path": "^2.0.1",
"@types/node": "^20.4.9",
"rollup": "^3.29.4",
"rollup-plugin-dts": "^6.1.0",
"tslib": "^2.5.0",
"typescript": "^4.9.5"
},
"dependencies": {
"dynamsoft-core": "^3.4.31"
},
"overrides": {}
}