{
  "name": "wired-lib",
  "version": "2.1.0",
  "description": "Core sketchy rendering lib used by wired components",
  "main": "lib/wired-lib.esm.js",
  "module": "lib/wired-lib.esm.js",
  "types": "lib/wired-lib.d.ts",
  "scripts": {
    "build": "rm -rf ./lib && tsc && rollup -c",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wiredjs/wired-elements.git"
  },
  "keywords": [
    "rough",
    "sketchy",
    "hand-drawn",
    "hand drawn"
  ],
  "author": "Preet Shihn <preetshihn@gmail.com> (https://twitter.com/preetster)",
  "license": "MIT",
  "dependencies": {
    "lit-element": "^2.3.1"
  },
  "devDependencies": {
    "@rollup/plugin-node-resolve": "^8.0.1",
    "rollup": "^2.12.0",
    "rollup-plugin-terser": "^6.1.0",
    "roughjs": "^4.3.1"
  },
  "gitHead": "5a0fc1b94dba5852b8e1e70a0db5e7b6b67b46ee"
}
