nz-holidays
Version:
Lightweight New Zealand public holidays library
53 lines (52 loc) • 1.22 kB
JSON
{
"name": "nz-holidays",
"version": "1.0.1",
"description": "Lightweight New Zealand public holidays library",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.es.js",
"require": "./dist/index.cjs.js"
}
},
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "vite build",
"test": "vitest",
"test:ui": "vitest --ui",
"test:run": "vitest run",
"dev": "vite build --watch",
"prepublishOnly": "npm run build && npm run test:run"
},
"keywords": [
"new-zealand",
"holidays",
"public-holidays",
"nz",
"date",
"calendar"
],
"author": "Conor Foran <foranconor@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/foranconor/nz-holidays.git"
},
"bugs": {
"url": "https://github.com/foranconor/nz-holidays/issues"
},
"homepage": "https://github.com/foranconor/nz-holidays#readme",
"devDependencies": {
"@types/node": "^20.19.0",
"@vitest/ui": "^3.2.2",
"typescript": "^5.8.3",
"vite": "^6.3.5",
"vitest": "^3.2.2"
}
}