{
  "name": "holiday-jp-dayjs",
  "version": "0.1.2",
  "description": "Wrapper of @holiday-jp/holiday_jp with Day.js, in fixed timezone 'Asia/Tokyo'",
  "homepage": "https://github.com/Seo-4d696b75/holiday-jp-dayjs",
  "bugs": {
    "url": "https://github.com/Seo-4d696b75/holiday-jp-dayjs/issues"
  },
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib",
    "umd"
  ],
  "scripts": {
    "test-unit": "jest --config jest.config.ts",
    "test-e2e": "npm run build-umd && jest --config jest.config.e2e.ts",
    "test": "npm run test-unit && npm run test-e2e",
    "clean": "rm -rf lib umd",
    "build": "npm run build-cjs && npm run build-umd",
    "build-cjs": "tsc",
    "build-umd": "webpack --config webpack.config.js",
    "prepublishOnly": "npm run clean && npm run build"
  },
  "keywords": [
    "holiday",
    "japan",
    "dayjs"
  ],
  "author": "Seo-4d696b75",
  "license": "MIT",
  "dependencies": {
    "@holiday-jp/holiday_jp": "^2.4.0",
    "dayjs": "^1.11.7"
  },
  "devDependencies": {
    "@types/jest": "^29.4.0",
    "@types/jest-environment-puppeteer": "^5.0.3",
    "jest": "^29.4.3",
    "jest-environment-puppeteer": "^6.2.0",
    "npm-check-updates": "^16.7.0",
    "puppeteer": "^19.7.2",
    "ts-jest": "^29.0.5",
    "ts-loader": "^9.4.2",
    "ts-node": "^10.9.1",
    "typescript": "^4.9.5",
    "webpack": "^5.75.0",
    "webpack-cli": "^5.0.1"
  }
}
