{
  "name": "shot-web-screen",
  "version": "1.1.0",
  "description": "截屏、截图插件、capture screen",
  "homepage": "https://github.com/justLaylows/capture-screen#readme",
  "bugs": {
    "email": "3126476753@qq.com"
  },
  "private": false,
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/types/index.d.ts",
  "browser": "dist/index.js",
  "scripts": {
    "build": "rollup -c"
  },
  "author": "light-year",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/justLaylows/capture-screen.git"
  },
  "keywords": [
    "截屏",
    "截图",
    "截图插件",
    "屏幕截图",
    "web端截屏"
  ],
  "dependencies": {
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^26.0.1",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-typescript": "^11.1.6",
    "autoprefixer": "^10.4.19",
    "htmltocanvas-plus": "^1.4.14",
    "postcss": "^8.4.40",
    "postcss-url": "^10.1.3",
    "rollup": "^2.79.1",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-terser": "^7.0.2"
  },
  "devDependencies": {
    "@rollup/plugin-url": "^8.0.2",
    "@types/node": "^22.0.0",
    "tslib": "^2.6.3",
    "typescript": "^5.5.4"
  },
  "files": [
    "/dist"
  ]
}
