{
  "name": "ts-dom-to-image",
  "version": "1.0.28",
  "description": "把指定DOM生成图片",
  "main": "dist/umd/dom-to-image.min.js",
  "module": "dist/es/dom-to-image.js",
  "unpkg": "dist/umd/dom-to-image.min.js",
  "jsdelivr": "dist/umd/dom-to-image.min.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "rollup -w --environment NODE_ENV:development -c scripts/rollup.config.dev.js",
    "build": "rollup --environment NODE_ENV:production -c scripts/rollup.config.prod.js",
    "test": "jest --watch",
    "test:c": "jest --coverage",
    "lint": "eslint src --ext .ts",
    "fix": "eslint --fix --ext .js,.ts ./src",
    "lint-staged": "lint-staged",
    "prepare": "husky install",
    "commit": "git-cz",
    "commitlint": "commitlint --config ./.commitlintrc.js -e -V",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
    "pub": "node ./scripts/publish.js"
  },
  "lint-staged": {
    "src/*.ts": [
      "prettier --write",
      "eslint --fix"
    ]
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-customizable"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/huangjihua/ts-dom-to-image.git"
  },
  "keywords": [
    "ts-dom-to-image",
    "dom-to-image"
  ],
  "author": "hank.online@foxmail.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/huangjihua/ts-dom-to-image/issues"
  },
  "homepage": "https://github.com/huangjihua/ts-dom-to-image#readme",
  "devDependencies": {
    "@babel/core": "^7.19.3",
    "@babel/preset-env": "^7.19.3",
    "@babel/preset-typescript": "^7.18.6",
    "@commitlint/cli": "^17.1.2",
    "@commitlint/config-conventional": "^17.1.0",
    "@rollup/plugin-babel": "^5.3.1",
    "@rollup/plugin-eslint": "^8.0.2",
    "@testing-library/dom": "^8.19.0",
    "@testing-library/jest-dom": "^5.16.5",
    "@types/jest": "^28.1.1",
    "@typescript-eslint/eslint-plugin": "^5.38.1",
    "@typescript-eslint/parser": "^5.38.1",
    "chalk": "4.1.2",
    "commitizen": "^4.2.5",
    "cz-conventional-changelog": "^3.3.0",
    "cz-customizable": "^7.0.0",
    "eslint": "^8.24.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.2.1",
    "husky": "^8.0.1",
    "inquirer": "^8.2.4",
    "jest": "^28.1.1",
    "jest-axe": "^6.0.0",
    "jest-environment-jsdom": "^29.1.2",
    "jest-report": "^0.1.11",
    "lint-staged": "^13.0.3",
    "ora": "^5.1.0",
    "prettier": "^2.7.1",
    "rollup": "^2.79.1",
    "rollup-jest": "^3.0.0",
    "rollup-plugin-clear": "^2.0.7",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-filesize": "^9.1.2",
    "rollup-plugin-livereload": "^2.0.5",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-serve": "^2.0.1",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript": "^1.0.1",
    "semver": "^7.3.7",
    "shelljs": "^0.8.5",
    "simple-git": "^3.14.1",
    "tslib": "^2.4.0",
    "typescript": "^4.8.4"
  },
  "browserslist": [
    "last 1 version",
    "> 1%",
    "maintained node versions",
    "not dead"
  ]
}
