{
  "name": "ts-ics",
  "author": "Neuvernetzung Medienagentur UG",
  "version": "1.2.2",
  "description": "Create and parse ICS format for TypeScript",
  "type": "module",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "scripts": {
    "lint": "eslint ./ --fix",
    "clean": "rimraf dist",
    "type-check": "tsc --noEmit",
    "dev": "npm run clean && tsup --watch",
    "build": "npm run clean && tsup",
    "test": "jest"
  },
  "license": "MIT",
  "peerDependencies": {
    "date-fns": "^2",
    "lodash": "^4",
    "zod": "^3"
  },
  "devDependencies": {
    "@changesets/cli": "^2.27.1",
    "@neuvernetzung/eslint-config-custom": "^1.1.5",
    "@testing-library/jest-dom": "^6.1.5",
    "@types/jest": "^29.5.10",
    "@types/lodash": "^4.14.202",
    "@types/node": "^20.10.3",
    "date-fns": "^2.30.0",
    "eslint": "^8.55.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "jest-environment-node": "^29.7.0",
    "lodash": "^4.17.21",
    "rimraf": "^5.0.5",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.1",
    "tsup": "^8.0.1",
    "typescript": "^5.3.2",
    "zod": "^3.22.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Neuvernetzung/ts-ics.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "date-fns-tz": "^2.0.0"
  }
}
