{
  "name": "@paljs/icons",
  "version": "1.0.5",
  "description": "@paljs/icons package for @paljs/ui package",
  "main": "dist/index.js",
  "module": "dist/icons.esm.js",
  "types": "dist/index.d.ts",
  "repository": "https://github.com/paljs/ui.git",
  "author": "Ahmed Elywa  <hello@paljs.com> (https://github.com/paljs/ui)",
  "license": "MIT",
  "scripts": {
    "prepack": "yarn build",
    "build": "tsdx build --transpileOnly",
    "start": "tsdx watch"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "eva-icons": "^1.1.3"
  },
  "devDependencies": {
    "@types/node": "14.14.28",
    "tslib": "2.1.0",
    "typescript": "4.1.5"
  },
  "files": [
    "dist"
  ],
  "bugs": {
    "url": "https://github.com/paljs/ui",
    "email": "hello@paljs.com"
  },
  "homepage": "https://github.com/paljs/ui",
  "gitHead": "ae4d064fc86666c37e24dc86314763c2c9c5b6f1"
}
