UNPKG

cf-containers

Version:

TypeScript helper class for PartyKit durable object containers

46 lines (45 loc) 1.22 kB
{ "name": "cf-containers", "version": "0.0.9", "description": "TypeScript helper class for PartyKit durable object containers", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsup src/index.ts --external cloudflare:workers --format cjs,esm --dts", "dev": "tsup src/index.ts --format cjs,esm --dts --watch", "typecheck": "tsc --noEmit", "lint": "eslint src --ext .ts,.tsx --config .eslintrc.js", "format": "prettier --write \"src/**/*.ts\"", "test": "jest", "test:watch": "jest --watch", "prepare": "npm run build" }, "keywords": [ "partyserver", "containers", "durable-objects", "cloudflare" ], "author": "", "license": "ISC", "dependencies": { "partyserver": "^0.0.68" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^22.15.3", "@typescript-eslint/eslint-plugin": "^8.31.1", "@typescript-eslint/parser": "^8.31.1", "eslint": "^9.26.0", "jest": "^29.7.0", "prettier": "^3.5.3", "ts-jest": "^29.3.2", "tsup": "^8.0.2", "typescript": "^5.8.3", "@cloudflare/workers-types": "^4.20250403.0" } }