UNPKG

tsdav

Version:

WebDAV, CALDAV, and CARDDAV client for Nodejs and the Browser

92 lines (91 loc) 2.97 kB
{ "name": "tsdav", "version": "2.1.8", "description": "WebDAV, CALDAV, and CARDDAV client for Nodejs and the Browser", "keywords": [ "dav", "caldav", "carddav", "webdav", "ical", "vcard", "addressbook", "calendar", "calendars", "contacts", "contact", "sync", "nodejs", "browser", "typescript" ], "homepage": "https://tsdav.vercel.app/", "repository": "https://github.com/natelindev/tsdav", "license": "MIT", "author": "linlilulll@gmail.com", "main": "dist/tsdav.cjs.js", "module": "dist/tsdav.esm.js", "types": "dist/tsdav.d.ts", "files": [ "dist", "package.json" ], "scripts": { "build": "pnpm -s clean && rollup -c rollup.config.mjs && copyfiles package.json LICENSE README.md ./dist && rimraf ./dist/ts", "lint": "eslint --ext .ts,.tsx src --ignore-pattern src/__tests__ --ignore-pattern src/util/__tests__", "clean": "rimraf dist*", "prepublishOnly": "pnpm build", "test": "jest --testPathPatterns=src/__tests__/unit", "test:apple": "jest --testPathPatterns=src/__tests__/integration/apple --runInBand", "test:baikal": "jest --testPathPatterns=src/__tests__/integration/baikal --runInBand", "test:fastmail": "jest --testPathPatterns=src/__tests__/integration/fastmail --runInBand", "test:google": "jest --testPathPatterns=src/__tests__/integration/google --runInBand", "test:nextcloud": "jest --testPathPatterns=src/__tests__/integration/nextcloud --runInBand", "test:unit": "jest --testPathPatterns=src/__tests__/unit", "test:zoho": "jest --testPathPatterns=src/__tests__/integration/zoho --runInBand", "typecheck": "tsc --noEmit", "watch": "tsc --watch --outDir ./dist" }, "dependencies": { "base-64": "1.0.0", "cross-fetch": "4.1.0", "debug": "4.4.3", "xml-js": "1.6.11" }, "devDependencies": { "@rollup/plugin-commonjs": "29.0.0", "@rollup/plugin-node-resolve": "16.0.3", "@rollup/plugin-terser": "0.4.4", "@rollup/plugin-typescript": "12.3.0", "@types/base-64": "1.0.2", "@types/debug": "4.1.12", "@types/jest": "30.0.0", "@types/node": "25.0.9", "@typescript-eslint/eslint-plugin": "8.53.1", "@typescript-eslint/parser": "8.53.1", "copyfiles": "2.4.1", "cross-env": "10.1.0", "dotenv": "17.2.3", "eslint": "8.57.0", "eslint-config-airbnb": "19.0.4", "eslint-config-airbnb-typescript": "18.0.0", "eslint-config-prettier": "10.1.8", "eslint-module-utils": "2.12.1", "eslint-plugin-import": "2.32.0", "eslint-plugin-prettier": "5.5.5", "jest": "30.2.0", "prettier": "3.8.0", "rimraf": "6.1.2", "rollup": "4.55.3", "rollup-plugin-dts": "6.3.0", "rollup-plugin-node-builtins": "2.1.2", "rollup-plugin-polyfill-node": "0.13.0", "sort-package-json": "3.6.0", "ts-jest": "29.4.6", "tslib": "2.8.1", "typescript": "5.9.3" }, "engines": { "node": ">=18" } }