UNPKG

vtodogenerator

Version:

A library to generate VTODO compatible with RFC5545

43 lines (42 loc) 1.02 kB
{ "name": "vtodogenerator", "version": "4.0.4", "description": " A library to generate VTODO compatible with RFC5545", "main": "dist/index.js", "scripts": { "type-check": "tsc --noEmit", "test": "jest", "build": "tsc --build" }, "repository": { "type": "git", "url": "git+https://github.com/intri-in/vtodogenerator.git" }, "keywords": [ "VTODO", "CalDAV", "RFC5545" ], "author": "Intri", "license": "GPL-3.0-or-later", "bugs": { "url": "https://github.com/intri-in/vtodogenerator/issues" }, "homepage": "https://github.com/intri-in/vtodogenerator#readme", "devDependencies": { "@babel/cli": "7.21.5", "@babel/core": "7.21.8", "@babel/preset-env": "7.21.5", "@babel/preset-typescript": "7.22.5", "@types/jest": "29.5.3", "babel-jest": "29.6.1", "ical": "0.8.0", "jest": "29.6.1", "moment": "2.29.4", "ts-node": "10.9.1", "typescript": "5.1.6" }, "dependencies": { "moment-timezone": "0.5.43" } }