{
  "name": "@shawnsandy/code-clipper",
  "version": "0.2.15",
  "description": "A code clipper plugin for vs 11ty",
  "keywords": [
    "code",
    "clipper",
    "code",
    "snipper"
  ],
  "author": "Shawn Sandy <creative@shawnsandy.design>",
  "homepage": "https://github.com/shawn-sandy/ideas#readme",
  "license": "MIT",
  "main": "lib/code-clipper.js",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shawn-sandy/ideas.git"
  },
  "scripts": {
    "build": "esbuild lib/clipper.js --bundle --minify --sourcemap --target=chrome58,firefox57,safari11,edge16 --outfile=lib/clipper.min.js",
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "bugs": {
    "url": "https://github.com/shawn-sandy/ideas/issues"
  },
  "dependencies": {
    "clipboard": "^2.0.8",
    "concurrently": "^6.2.1"
  },
  "devDependencies": {
    "esbuild": "^0.11.18"
  },
  "gitHead": "5c5d88b7d7d32b7cf8dc2564d5237a6ac80d8197"
}
