{ "name": "holidayapi", "version": "7.1.0", "description": "Official Node.js library for Holiday API", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/holidayapi/holidayapi-node.git" }, "keywords": [ "calendar", "holiday", "holidays", "holidayapi" ], "author": "Josh Sherman (https://holidayapi.com)", "license": "MIT", "bugs": { "url": "https://github.com/holidayapi/holidayapi-node/issues" }, "homepage": "https://holidayapi.com", "engines": { "node": ">= 18.0.0" }, "devDependencies": { "@types/jest": "^29.5.6", "@types/nock": "^11.1.0", "@types/node": "^22.2.0", "@types/node-fetch": "^2.6.7", "@typescript-eslint/eslint-plugin": "^6.9.0", "@typescript-eslint/parser": "^6.9.0", "eslint": "^8.12.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jest": "^27.4.3", "jest": "^29.7.0", "nock": "^13.2.4", "ts-jest": "^29.1.1", "typescript": "^5.2.2" }, "dependencies": { "node-fetch": "^2.7.0" }, "scripts": { "build": "tsc", "lint": "eslint --ext .js,.ts src tests", "test": "jest", "test:coverage": "jest --coverage" } }