UNPKG

scheduling-sdk

Version:

Brought to you by Recal - A TypeScript SDK for scheduling functionality

69 lines (68 loc) 1.96 kB
{ "name": "scheduling-sdk", "version": "0.1.8", "description": "Brought to you by Recal - A TypeScript SDK for scheduling functionality", "author": "Recal", "license": "MIT", "contributors": [ "tkoehlerlg" ], "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "files": [ "dist" ], "scripts": { "build": "tsc --declaration --emitDeclarationOnly --outDir dist && NODE_ENV=production bun build src/index.ts --outdir dist --target node", "dev": "bun --watch src/index.ts", "test": "bun test", "test:coverage": "bun test --coverage --coverage-reporter=lcov --coverage-reporter=text", "typecheck": "tsc --noEmit", "lint": "eslint src tests", "prettier": "prettier --write .", "prepublishOnly": "NODE_ENV=production bun run build && bun run test" }, "repository": { "type": "git", "url": "git+https://github.com/recal-dev/scheduling-sdk.git" }, "bugs": { "url": "https://github.com/recal-dev/scheduling-sdk/issues" }, "homepage": "https://github.com/recal-dev/scheduling-sdk#readme", "devDependencies": { "@types/bun": "latest", "@typescript-eslint/eslint-plugin": "^8.34.1", "@typescript-eslint/parser": "^8.34.1", "eslint": "^9.29.0", "jiti": "^2.4.2", "prettier": "^3.5.3" }, "peerDependencies": { "typescript": "^5" }, "keywords": [ "scheduling", "calendar", "appointment", "booking", "availability", "time-slots", "timezone", "recal", "sdk", "typescript", "schedule", "time-management", "date-time", "slots", "busy-time" ] }