{
  "name": "event-planner-lib",
  "version": "0.1.1",
  "description": "Non-ui code for event planning",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/types/index.d.ts",
  "files": [
    "dist/**/*"
  ],
  "scripts": {
    "cli": "tsc && node dist/view/cli.js",
    "build": "npm run lint && npm run type-check && npm run test && esbuild --bundle --minify --sourcemap src/index.ts --outfile=dist/index.js --format=esm && npm run types",
    "type-check": "tsc --noEmit",
    "types": "tsc",
    "test": "jest",
    "lint": "eslint \"src/**/*.{ts,tsx}\"",
    "type-check:watch": "tsc --noEmit --watch",
    "build:watch": "esbuild --bundle --watch --sourcemap src/index.ts --outfile=dist/index.js --format=esm",
    "lint:watch": "nodemon --watch src --ext ts,tsx --exec \"npm run lint\"",
    "dev": "concurrently \"npm run type-check:watch\" \"npm run build:watch\" \"npm run lint:watch\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AnastasiaAtTerrestrialOrigin/event-planner-lib.git"
  },
  "keywords": [
    "template",
    "npm",
    "library"
  ],
  "author": "Anastasia Rohner <anastasia.rohner@terrestrialorigin.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/AnastasiaAtTerrestrialOrigin/event-planner-lib#issues"
  },
  "homepage": "https://github.com/AnastasiaAtTerrestrialOrigin/event-planner-lib#readme",
  "devDependencies": {
    "@eslint/js": "^9.20.0",
    "@types/jest": "^29.5.14",
    "@typescript-eslint/eslint-plugin": "^8.23.0",
    "@typescript-eslint/parser": "^8.23.0",
    "concurrently": "^9.1.2",
    "esbuild": "0.25.0",
    "eslint": "^9.20.0",
    "globals": "^15.14.0",
    "jest": "^29.7.0",
    "nodemon": "^3.1.9",
    "ts-jest": "^29.2.5",
    "typescript": "^5.7.3",
    "typescript-eslint": "^8.23.0"
  },
  "dependencies": {
    "@terrestrialorigin/core": "^1.7.1",
    "date-fns": "^4.1.0"
  }
}
