{
    "name": "iamcal",
    "version": "4.1.2",
    "description": "Read and write ICalendar files",
    "files": [
        "/lib",
        "/src"
    ],
    "type": "commonjs",
    "main": "./lib/index.js",
    "types": "./lib/index.d.ts",
    "exports": {
        ".": {
            "types": "./lib/index.d.ts",
            "default": "./lib/index.js"
        }
    },
    "scripts": {
        "build": "rimraf lib && tsc",
        "test": "jest",
        "coverage": "jest --coverage",
        "lint": "eslint .",
        "format": "prettier . --write -l"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/olillin/iamcal.git"
    },
    "keywords": [
        "ical",
        "calendar"
    ],
    "author": "Oli <oli@olillin.com>",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/olillin/iamcal/issues"
    },
    "homepage": "https://github.com/olillin/iamcal#readme",
    "devDependencies": {
        "@eslint/compat": "^1.3.1",
        "@eslint/js": "^9.32.0",
        "@types/jest": "^30.0.0",
        "@types/node": "^22.10.1",
        "adm-zip": "^0.6.0",
        "eslint": "^9.32.0",
        "eslint-plugin-jsdoc": "^52.0.2",
        "jest": "^30.0.5",
        "prettier": "^3.6.2",
        "rimraf": "^6.0.1",
        "ts-jest": "^29.4.0",
        "typescript": "^5.7.2",
        "typescript-eslint": "^8.38.0"
    },
    "dependencies": {
        "timezones-ical-library": "^2.1.2"
    }
}
