{
  "name": "scanonweb",
  "version": "1.0.1",
  "description": "ScanOnWeb - 扫描控件 JavaScript SDK，用于与本地扫描服务程序通信",
  "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": "rollup -c",
    "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"
  ]
}
