{
    "name": "@tarunbatta/excelexportjs",
    "version": "5.0.4",
    "description": "Client Side Excel Export using TypeScript",
    "type": "module",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "files": [
        "dist",
        "LICENSE.txt",
        "README.md",
        "SECURITY.md"
    ],
    "scripts": {
        "clean": "rimraf dist",
        "build": "npm install && npm run lint && rollup -c",
        "test": "jest",
        "test:coverage": "jest --coverage",
        "lint": "eslint src",
        "lint:fix": "eslint src --fix",
        "format": "prettier --write \"src/**/*.ts\"",
        "prepare": "husky",
        "postinstall": "husky install",
        "release": "npm version patch && npm publish --access=public"
    },
    "lint-staged": {
        "*.ts": [
            "eslint --fix",
            "prettier --write"
        ]
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/tarunbatta/excelexportjs.git"
    },
    "keywords": [
        "clientside",
        "excel",
        "export",
        "xlsx",
        "spreadsheet"
    ],
    "author": "Tarun Batta",
    "license": "MIT",
    "engines": {
        "node": ">=16.0.0",
        "npm": ">=8.0.0"
    },
    "devDependencies": {
        "@jest/globals": "^30.0.0",
        "@rollup/plugin-terser": "^0.4.4",
        "@rollup/plugin-typescript": "^12.1.2",
        "@types/jest": "^29.5.14",
        "@types/node": "^24.0.0",
        "@typescript-eslint/eslint-plugin": "^8.34.0",
        "@typescript-eslint/parser": "^8.34.0",
        "eslint": "^9.28.0",
        "eslint-config-prettier": "^10.1.5",
        "eslint-plugin-prettier": "^5.1.3",
        "husky": "^9.0.11",
        "jest": "^30.0.0",
        "jest-environment-jsdom": "^30.0.0",
        "prettier": "^3.2.5",
        "rimraf": "^6.0.1",
        "rollup": "^4.12.0",
        "ts-jest": "^29.1.2",
        "tslib": "^2.6.2",
        "typescript": "^5.3.3"
    },
    "bugs": {
        "url": "https://github.com/tarunbatta/excelexportjs/issues"
    },
    "homepage": "https://github.com/tarunbatta/excelexportjs#readme"
}
