UNPKG

caldav-adapter

Version:

CalDAV server for Node.js and Koa. Modernized and maintained for Forward Email.

77 lines (76 loc) 1.9 kB
{ "name": "caldav-adapter", "description": "CalDAV server for Node.js and Koa. Modernized and maintained for Forward Email.", "version": "9.3.12", "author": "Sanders DeNardi and Forward Email LLC", "contributors": [ "Sanders DeNardi <sedenardi@gmail.com> (http://www.sandersdenardi.com/)", "Forward Email (https://forwardemail.net)" ], "dependencies": { "@xmldom/xmldom": "^0.8.10", "basic-auth": "^2.0.1", "lodash": "^4.17.21", "moment": "^2.30.1", "path-to-regexp": "^6.2.1", "raw-body": "^2.5.2", "validator": "^13.12.0", "winston": "^3.11.0", "xmlbuilder2": "^3.1.1", "xpath": "0.0.34" }, "devDependencies": { "@commitlint/cli": "^18.4.3", "@commitlint/config-conventional": "^18.4.3", "ava": "^5.3.1", "cross-env": "^7.0.3", "eslint": "^8.55.0", "eslint-config-xo-lass": "^2.0.1", "fixpack": "^4.0.0", "husky": "^8.0.3", "koa": "^2.15.0", "koa-compress": "^5.1.1", "koa-morgan": "^1.0.1", "lint-staged": "^15.2.0", "nodemon": "^3.0.3", "nyc": "^15.1.0", "remark-cli": "11", "remark-preset-github": "^4.0.4", "xo": "^0.56.0" }, "engines": { "node": ">=18" }, "files": [ "index.js", "common", "routes" ], "homepage": "https://github.com/forwardemail/caldav-adapter", "keywords": [ "caldav", "calendar", "card", "carddav", "dav", "express", "fastify", "ical", "koa", "web", "webdav" ], "license": "MIT", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/forwardemail/caldav-adapter.git" }, "scripts": { "lint": "xo --fix && remark . -qfo && fixpack", "prepare": "husky install > /dev/null 2>&1 || true", "pretest": "npm run lint", "test": "npm run test-coverage", "test-coverage": "cross-env NODE_ENV=test nyc ava" } }