UNPKG

scanonweb

Version:

ScanOnWeb - 扫描控件 JavaScript SDK,支持 v2 协议、scanSource 和增量图像事件

69 lines (68 loc) 1.63 kB
{ "name": "scanonweb", "version": "2.0.1", "description": "ScanOnWeb - 扫描控件 JavaScript SDK,支持 v2 协议、scanSource 和增量图像事件", "main": "dist/scanonweb.cjs.js", "module": "dist/scanonweb.esm.js", "browser": "dist/scanonweb.umd.js", "types": "dist/index.d.ts", "files": [ "dist", "src", "README.md", "LICENSE" ], "scripts": { "build": "npm run clean && rollup -c && npm run copy:types", "copy:types": "node scripts/copy-types.js", "dev": "rollup -c -w", "test": "echo \"Error: no test specified\" && exit 1", "prepublishOnly": "npm run build", "clean": "rimraf dist" }, "keywords": [ "scan", "scanner", "websocket", "document", "image", "twain", "scanning", "sdk", "javascript", "typescript" ], "author": { "name": "BrainySoft", "url": "https://www.brainysoft.cn" }, "license": "MIT", "homepage": "https://www.brainysoft.cn", "repository": { "type": "git", "url": "https://github.com/yourusername/scanonweb.git" }, "bugs": { "url": "https://github.com/yourusername/scanonweb/issues" }, "devDependencies": { "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-terser": "^0.4.4", "@babel/core": "^7.23.6", "@babel/preset-env": "^7.23.6", "rollup": "^4.9.1", "rimraf": "^5.0.5", "typescript": "^5.3.3" }, "engines": { "node": ">=14.0.0" }, "browserslist": [ "> 1%", "last 2 versions", "not dead", "not ie <= 11" ] }