Something went wrong. Try again.
CLI for FastMail via JMAP
Something went wrong. Try again.
fastmail-cli package.json
847 B · 38 lines
JSON
at main
123456789101112131415161718192021222324252627282930313233343536373839{ "name": "fastmail-cli", "version": "0.2.1", "description": "CLI for FastMail via JMAP", "module": "src/index.ts", "type": "module", "private": true, "bin": { "fastmail": "src/index.ts" }, "files": [ "src/**/*", "share/**/*" ], "scripts": { "start": "bun run src/index.ts", "lint": "biome check", "format": "biome check --write", "typecheck": "tsc --noEmit", "test": "bun test", "build": "bun run scripts/build.ts", "changeset": "changeset", "version": "bun run scripts/version.ts" }, "devDependencies": { "@aliou/biome-plugins": "^0.4.1", "@biomejs/biome": "^2.0.0", "@changesets/cli": "^2.29.8", "@types/bun": "latest", "@types/node": "^22.0.0" }, "peerDependencies": { "typescript": "^5" }, "dependencies": { "bun-bagel": "^1.2.0" }}