{
    "name": "@lendi-ui/<%= PackageName %>",
    "version": "1.0.0",
    "license": "ISC",
    "source": "src/index.tsx",
    "main": "dist/cjs/index.js",
    "types": "dist/types/index.d.ts",
    "files": [
      "dist"
    ],
    "keywords": [],
    "author": "Lendi Devs",
    "peerDependencies": {
      "@lendi-ui/theme": "^8.0.0",
      "@types/react": "^16.8",
      "@types/styled-components": "^4.1.18",
      "react": "^16.8",
      "styled-components": "^4"
    },
    "scripts": {
      "build:cjs": "tsc --project tsconfig.cjs.json",
      "build:types": "tsc --project tsconfig.types.json",
      "build": "yarn run build:types && yarn run build:cjs"
    }
  }