{
  "name": "calendar-ts",
  "version": "1.0.4",
  "description": "generate calendar data",
  "scripts": {
    "build": "tsup --global-name calendarTs",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "calendar",
    "calendar-ts",
    "calendar-js"
  ],
  "author": "azhen",
  "license": "ISC",
  "devDependencies": {
    "@antfu/eslint-config": "^0.25.2",
    "eslint": "^8.20.0",
    "tsup": "^6.1.3",
    "typescript": "^4.7.4"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d",
  "type": "module",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/azhen98/calendar-ts"
  }
}