Your music, beautifully tracked. All yours. (coming soon) teal.fm
teal-fm atproto
Something went wrong. Try again.
526 B · 26 lines
JSON
123456789101112131415161718192021222324252627{ "name": "@teal/lexicon-cli", "version": "0.1.0", "type": "module", "bin": { "lexicon-cli": "./dist/index.js", "lex": "./dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "test": "echo 'No tests yet'" }, "dependencies": { "@atproto/lex": "^0.2.3", "chokidar": "^5.0.0", "commander": "^15.0.0", "execa": "^9.6.1", "glob": "^13.0.6", "picocolors": "^1.1.1" }, "devDependencies": { "@types/node": "^26.1.1", "typescript": "~6.0.3" }}