{
  "name": "@giens/planby",
  "author": "Karol Kozer",
  "version": "0.0.39",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/gi-ens/planby.git"
  },
  "bugs": {
    "url": "https://github.com/gi-ens/planby/issues"
  },
  "homepage": "https://planby.netlify.app",
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/planby"
  },
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test --passWithNoTests",
    "lint": "tsdx lint",
    "prepare": "tsdx build && bundlewatch",
    "size": "bundlewatch",
    "test:watch": "jest --watchAll"
  },
  "peerDependencies": {
    "react": ">=16"
  },
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "module": "dist/planby.esm.js",
  "bundlewatch": {
    "files": [
      {
        "path": "dist/planby.cjs.production.min.js",
        "maxSize": "30kB"
      },
      {
        "path": "dist/planby.esm.js",
        "maxSize": "30kB"
      }
    ]
  },
  "dependencies": {
    "@emotion/react": "^11.9.0",
    "@emotion/styled": "^11.8.1",
    "date-fns": "^2.28.0",
    "use-debounce": "^7.0.1"
  },
  "keywords": [
    "epg",
    "schedule",
    "harmongram",
    "react",
    "hooks",
    "electronic",
    "program",
    "guide",
    "timeline",
    "events"
  ],
  "devDependencies": {
    "@faker-js/faker": "^6.1.2",
    "@size-limit/preset-small-lib": "^7.0.8",
    "@types/jest": "^27.4.0",
    "@types/react": "^17.0.38",
    "bundlewatch": "^0.3.3",
    "husky": "^7.0.4",
    "jest": "^27.5.1",
    "size-limit": "^7.0.8",
    "ts-jest": "^27.1.3",
    "tsdx": "^0.14.1",
    "tslib": "^2.3.1",
    "typescript": "^4.6.3"
  }
}
