{
  "name": "wired-icon",
  "version": "0.0.1",
  "description": "Sketchy version of material icon",
  "keywords": [
    "icon",
    "icons",
    "material",
    "wired"
  ],
  "author": "apennamen <adrien.pennamen@gmail.com>",
  "homepage": "https://github.com/wiredjs/wired-elements/tree/master/packages/wired-icon#readme",
  "license": "MIT",
  "main": "lib/wired-icon.js",
  "directories": {
    "lib": "lib"
  },
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apennamen/wired-elements.git"
  },
  "scripts": {
    "build": "rm -rf lib && tsc",
    "tsc:watch": "tsc --watch"
  },
  "bugs": {
    "url": "https://github.com/apennamen/wired-elements/issues"
  },
  "dependencies": {
    "lit-element": "^2.3.1",
    "wired-lib": "^2.0.0"
  }
}