UNPKG

@kermank/slots

Version:

A TypeScript library for handling time slots, scheduling, and timezone operations

53 lines (52 loc) 1.4 kB
{ "name": "@kermank/slots", "version": "0.4.1", "description": "A TypeScript library for handling time slots, scheduling, and timezone operations", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest", "prepare": "npm run build", "prepublishOnly": "npm test", "version:patch": "npm version patch", "version:minor": "npm version minor", "version:major": "npm version major", "publish:patch": "npm run version:patch && npm publish --access public", "publish:minor": "npm run version:minor && npm publish --access public", "publish:major": "npm run version:major && npm publish --access public" }, "keywords": [ "typescript", "scheduling", "timezone", "slots", "calendar", "time-management" ], "author": "Kerman Kohli", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/kermankohli/slots.git" }, "devDependencies": { "@jest/globals": "^29.7.0", "@types/jest": "^29.5.11", "@types/luxon": "^3.4.2", "@types/node": "^20.0.0", "jest": "^29.7.0", "ts-jest": "^29.1.1", "typescript": "^5.0.0" }, "files": [ "dist" ], "dependencies": { "luxon": "^3.5.0" }, "bugs": { "url": "https://github.com/kermankohli/slots/issues" }, "homepage": "https://github.com/kermankohli/slots#readme" }