{
  "name": "nullstack-feather-icons",
  "version": "1.1.1",
  "license": "MIT",
  "keywords": [
    "nullstack",
    "icons",
    "feather"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/fccoelho7/nullstack-feather-icons"
  },
  "scripts": {
    "clean": "rm -rf ./dist",
    "compile": "node build.js",
    "build": "npm run clean && npm run compile",
    "release": "npm run build && npm publish"
  },
  "author": {
    "email": "fccoelho7@gmail.com",
    "name": "Fabio Coelho"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "sideEffects": false,
  "devDependencies": {
    "@svgr/core": "^8.0.0",
    "@svgr/plugin-jsx": "^8.0.1",
    "@svgr/plugin-prettier": "^8.0.1",
    "@svgr/plugin-svgo": "^8.0.1",
    "feather-icons": "^4.29.0",
    "fs-extra": "^11.1.0",
    "nullstack": "^0.19.1",
    "pascal-case": "^3.1.2"
  }
}
