{
  "name": "copy-image-clipboard",
  "version": "2.1.2",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "license": "MIT",
  "author": "Luan Eduardo da Costa",
  "description": "Lightweight library to copy png and jpg images to clipboard",
  "homepage": "https://github.com/LuanEdCosta/copy-image-clipboard",
  "bugs": {
    "url": "https://github.com/LuanEdCosta/copy-image-clipboard/issues"
  },
  "repository": {
    "directory": "https://github.com/LuanEdCosta/copy-image-clipboard.git",
    "type": "git"
  },
  "keywords": [
    "copy",
    "image",
    "clipboard",
    "png",
    "jpg"
  ],
  "scripts": {
    "test": "jest",
    "dev": "rollup --config -w",
    "build": "yarn clean:dist && tsc && rollup --config && exit 0",
    "prepublishOnly": "yarn build",
    "prepare": "husky install",
    "fix:all": "prettier --write .",
    "check:files": "npm pack --dry-run",
    "clean:dist": "rimraf dist",
    "clean:modules": "rimraf node_modules"
  },
  "lint-staged": {
    "*": "prettier --write --ignore-unknown",
    "*.{js,jsx,ts,tsx}": "jest --watchAll=false --findRelatedTests",
    "{src/index.ts,package.json}": [
      "yarn build",
      "git add dist"
    ]
  },
  "devDependencies": {
    "@babel/core": "^7.15.5",
    "@babel/preset-env": "^7.15.4",
    "@babel/preset-typescript": "^7.15.0",
    "@rollup/plugin-typescript": "^8.2.5",
    "@types/jest": "^27.0.1",
    "@types/node": "^16.7.10",
    "babel-jest": "^27.1.0",
    "husky": "^7.0.2",
    "jest": "^27.1.0",
    "jest-canvas-mock": "^2.3.1",
    "lint-staged": "^11.1.2",
    "prettier": "^2.3.2",
    "rimraf": "^3.0.2",
    "rollup": "^2.56.3",
    "rollup-plugin-cleanup": "^3.2.1",
    "rollup-plugin-terser": "^7.0.2",
    "ts-node": "^10.2.1",
    "typescript": "^4.5.0-dev.20210905"
  },
  "files": [
    "dist/*",
    "package.json",
    "LICENSE",
    "README.md",
    "CHANGELOG.md"
  ]
}
