{
  "name": "iconejz",
  "version": "2.0.2",
  "description": "Icon system based on HTML, CSS and JS.",
  "main": "src/iconejz.css && src/iconejz.js",
  "type": "module",
  "export": {
    "./version": "./src/data/version.data.js"
  },
  "scripts": {
    "linter": "eslint './**/**/*.js'",
    "docs": "jsdoc -c ./jsdoc.json"
  },
  "keywords": [
    "js",
    "css",
    "web",
    "icons"
  ],
  "author": "OWLjz18 <owl.jz18@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OWLjz18/IconeJz.git"
  },
  "bugs": {
    "url": "https://github.com/OWLjz18/IconeJz/issues"
  },
  "homepage": "https://github.com/OWLjz18/IconeJz#readme",
  "devDependencies": {
    "docdash": "2.0.0",
    "eslint": "8.28.0",
    "eslint-config-airbnb-base": "15.0.0",
    "eslint-plugin-import": "2.26.0"
  }
}
