{
  "name": "wired-elements",
  "version": "3.0.0-rc.7",
  "description": "Collection of hand-drawn sketchy web components",
  "type": "module",
  "main": "lib/wired-elements.js",
  "module": "lib/wired-elements.js",
  "types": "lib/wired-elements.d.ts",
  "scripts": {
    "build": "rm -rf lib && tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wiredjs/wired-elements.git"
  },
  "keywords": [
    "webcomponent",
    "web component",
    "rough",
    "sketchy",
    "hand-drawn",
    "hand drawn",
    "wireframe"
  ],
  "author": "Preet Shihn <preetshihn@gmail.com> (https://twitter.com/preetster)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wiredjs/wired-elements/issues"
  },
  "homepage": "https://github.com/wiredjs/wired-elements#readme",
  "devDependencies": {
    "tslint": "^6.1.3",
    "typescript": "^4.2.4"
  },
  "dependencies": {
    "lit": "^2.0.0-rc.1",
    "roughjs": "^4.3.1"
  }
}