UNPKG

@touch4it/ical-timezones

Version:

iCal timezone component generator

49 lines (48 loc) 1.16 kB
{ "name": "@touch4it/ical-timezones", "version": "1.9.0", "description": "iCal timezone component generator", "license": "ISC", "engines": { "node": ">= 14.0.0" }, "bugs": { "url": "https://github.com/touch4it/ical-timezones/issues" }, "homepage": "https://github.com/touch4it/ical-timezones", "author": "Touch4IT, s.r.o. <hi@touch4it.com> (https://touch4it.com/)", "contributors": [ "Viktor Sulak <viktor.sulak@touch4it.com>", "Nick Singleton" ], "keywords": [ "ical", "icalendar", "timezone", "time zone", "vtimezone", "RFC5545", "RFC 5545", "generator", "time", "zone" ], "main": "index.js", "scripts": { "format-package": "npx format-package -w", "lint": "eslint *.js tests/*.js", "lint:fix": "eslint --fix *.js", "pjv": "npx package-json-validator .", "test": "jest && npm run lint", "test-only": "jest --forceExit" }, "maintainers": [ "Viktor Sulak <viktor.sulak@touch4it.com>" ], "devDependencies": { "eslint": "^8.31.0", "eslint-config-touch4it": "^17.0.0", "eslint-plugin-jest": "^27.2.1", "jest": "^29.3.1" } }