{
  "name": "lord-icon-element",
  "version": "3.4.4",
  "private": false,
  "main": "./build/lord-icon-element.js",
  "module": "./build/lord-icon-element.js",
  "typings": "./build/lord-icon-element.d.ts",
  "devDependencies": {
    "@types/node": "^16.11.6",
    "lottie-web": "^5.9.4",
    "terser-webpack-plugin": "^5.2.4",
    "serve-static": "^1.14.1",
    "express": "^4.17.1",
    "open": "^6.4.0",
    "tslint": "^6.1.3",
    "typescript": "^4.4.4",
    "tsc-watch": "^4.5.0",
    "webpack": "^5.60.0",
    "webpack-cli": "^4.9.1"
  },
  "scripts": {
    "start": "tsc-watch --onFirstSuccess \"node ./src-ext/open.js\" --onSuccess \"node ./src-ext/demo.js\"",
    "build": "tsc",
    "prepack": "npm run build",
    "release": "npm run build && webpack --mode production"
  },
  "keywords": [
    "lord-icon",
    "lottie",
    "icons"
  ],
  "sideEffects": false,
  "author": "Marcin Baszczewski <marcin@baszczewski.pl> (https://www.baszczewski.pl/)",
  "homepage": "https://lordicon.com/",
  "repository": "git@github.com:tomwilusz/lord-icon-element.git",
  "license": "MIT"
}