{ "name": "@cmbot/shared", "version": "0.1.0", "private": true, "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "scripts": { "build": "tsc -p tsconfig.json", "test": "vitest run", "test:watch": "vitest", "lint": "echo 'lint placeholder'", "typecheck": "tsc -p tsconfig.json --noEmit" }, "dependencies": { "rrule": "^2.8.1", "luxon": "^3.5.0" }, "devDependencies": { "@types/luxon": "^3.4.2", "@types/node": "^22.7.0", "typescript": "^5.5.0", "vitest": "^2.1.0" } }