{
  "type": "module",
  "version": "1.0.4",
  "license": "MIT",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/bolstycjw/chartjs-adapter-dayjs-4.git"
  },
  "files": [
    "dist",
    "src"
  ],
  "homepage": "https://github.com/bolstycjw/chartjs-adapter-dayjs-4.git#readme",
  "bugs": {
    "url": "https://github.com/bolstycjw/chartjs-adapter-dayjs-4.git/issues"
  },
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test",
    "lint": "tsdx lint",
    "prepare": "tsdx build",
    "size": "size-limit",
    "analyze": "size-limit --why"
  },
  "peerDependencies": {
    "chart.js": ">=4.0.1",
    "dayjs": "^1.9.7"
  },
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged && eslint --fix"
    }
  },
  "name": "chartjs-adapter-dayjs-4",
  "author": "bolstycjw",
  "module": "dist/chartjs-adapter-dayjs-4.esm.js",
  "size-limit": [
    {
      "path": "dist/chartjs-adapter-dayjs-4.cjs.production.min.js",
      "limit": "10 KB"
    },
    {
      "path": "dist/chartjs-adapter-dayjs-4.esm.js",
      "limit": "10 KB"
    }
  ],
  "devDependencies": {
    "@size-limit/preset-small-lib": "^8.1.0",
    "@typescript-eslint/eslint-plugin": "^5.43.0",
    "@typescript-eslint/parser": "^5.43.0",
    "chart.js": "^4.0.1",
    "dayjs": "^1.11.6",
    "eslint": "^8.28.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-unicorn": "^44.0.2",
    "husky": "^8.0.2",
    "prettier": "^2.7.1",
    "pretty-quick": "^3.1.3",
    "size-limit": "^8.1.0",
    "tsdx": "^0.14.1",
    "tslib": "^2.4.1",
    "typescript": "^4.9.3"
  }
}
