UNPKG

@mulutime/plugin-sdk

Version:

SDK for developing MuluTime booking platform plugins

62 lines (61 loc) 1.43 kB
{ "name": "@mulutime/plugin-sdk", "version": "1.0.8", "description": "SDK for developing MuluTime booking platform plugins", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*", "README.md", "LICENSE", "package.json" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "clean": "if exist dist rmdir /s /q dist", "prepublishOnly": "npm run clean && npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/mulutime/plugin-sdk.git" }, "homepage": "https://github.com/mulutime/plugin-sdk#readme", "bugs": { "url": "https://github.com/mulutime/plugin-sdk/issues" }, "author": "Fara Technology AB", "license": "MIT", "dependencies": { "@mulutime/plugin-types": "^1.0.10", "ajv": "^8.12.0", "axios": "^1.6.0", "json-schema": "^0.4.0" }, "devDependencies": { "@types/json-schema": "^7.0.0", "@types/node": "^20.0.0", "typescript": "^5.0.0" }, "peerDependencies": { "typescript": ">=4.5.0" }, "engines": { "node": ">=16.0.0", "npm": ">=7.0.0" }, "publishConfig": { "access": "public" }, "keywords": [ "plugin", "sdk", "booking", "integration", "mulutime", "typescript", "calendar", "scheduling" ] }