UNPKG

@skyware/labeler

Version:

A lightweight alternative to Ozone for operating an atproto labeler.

54 lines 1.39 kB
{ "name": "@skyware/labeler", "type": "module", "description": "A lightweight alternative to Ozone for operating an atproto labeler.", "version": "0.2.0", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": "dist/bin.js", "license": "MPL-2.0", "repository": "https://github.com/skyware-js/labeler", "homepage": "https://skyware.js.org/docs/labeler", "keywords": [ "bluesky", "labeler", "atproto", "skyware" ], "exports": { ".": "./dist/index.js", "./scripts": "./dist/scripts/index.js" }, "devDependencies": { "@types/node": "^20.11.19", "@types/prompts": "^2.4.9", "@types/ws": "^8.5.12", "@typescript-eslint/eslint-plugin": "^6.7.4", "@typescript-eslint/parser": "^6.7.4", "dprint": "^0.41.0", "eslint": "^8.50.0", "typescript": "^5.5.4" }, "dependencies": { "@atcute/bluesky": "^1.0.7", "@atcute/cbor": "^1.0.2", "@atcute/client": "^2.0.3", "@atcute/ozone": "^1.0.4", "@fastify/websocket": "^10.0.1", "@libsql/client": "^0.14.0", "@noble/curves": "^1.6.0", "@noble/hashes": "^1.5.0", "fastify": "^4.28.1", "prompts": "^2.4.2", "uint8arrays": "^5.1.0" }, "files": [ "dist" ], "scripts": { "build": "tsc", "lint": "eslint . --ext .ts", "fmt": "dprint fmt", "prepublish": "pnpm lint && pnpm fmt && pnpm build" } }