{
  "name": "@reallyland/really-clipboard-copy",
  "version": "1.1.2",
  "description": "Copy content to clipboard",
  "keywords": [
    "clipboard",
    "clipboard-copy",
    "copy",
    "copy-paste",
    "lit-element",
    "lit-html",
    "polymer",
    "really",
    "really-clipboard-copy",
    "reallyland",
    "typescript",
    "web-components"
  ],
  "homepage": "https://github.com/reallyland/really-clipboard-copy",
  "repository": {
    "type": "git",
    "url": "git@github.com:reallyland/really-clipboard-copy.git"
  },
  "license": "MIT",
  "author": {
    "name": "Rong Sen Ng (motss)",
    "email": "wes.ngrongsen@gmail.com",
    "url": "https://github.com/motss"
  },
  "files": [
    "dist/*.d.ts.map",
    "dist/*.d.ts",
    "dist/*.js.map",
    "dist/*.js"
  ],
  "main": "./dist/really-clipboard-copy.js",
  "module": "./dist/really-clipboard-copy.js",
  "typings": "./dist/really-clipboard-copy.d.ts",
  "scripts": {
    "build": "npm run ts -- -p tsconfig.prod.json",
    "clean": "rm -rf dist/",
    "lint": "tslint --project tsconfig.json --config tslint.prod.json --format stylish",
    "lint:debug": "tslint --project tsconfig.json --config tslint.json --format stylish",
    "prepublishOnly": "rm -rf dist/ && npm run build",
    "test": "npm run lint && npm run ts && wct --config-file wct.config.json",
    "test:ci": "wct --config-file wct.config.ci.json",
    "test:sl": "wct --config-file wct.config.sl.json",
    "ts": "tsc",
    "watch": "npm run ts -- --watch"
  },
  "dependencies": {
    "lit-element": "^2.1.0",
    "lit-html": "^1.0.0"
  },
  "devDependencies": {
    "@messageflow/tslint-config": "^1.3.0",
    "@reallyland/tsconfig": "^1.0.0",
    "@types/chai": "^4.1.7",
    "@types/mocha": "^5.2.6",
    "chai": "^4.2.0",
    "mocha": "^5.2.0",
    "tslint": "^5.15.0",
    "typescript": "^3.4.5",
    "wct-mocha": "^1.0.0"
  },
  "engines": {
    "node": ">= 8.16.0",
    "npm": ">= 6.4.1"
  },
  "publishConfig": {
    "access": "public"
  }
}
