Your music, beautifully tracked. All yours. (coming soon) teal.fm
teal-fm atproto
at fix-compose-path 26 lines 531 B view raw
1{ 2 "name": "@teal/lexicon-cli", 3 "version": "0.1.0", 4 "type": "module", 5 "bin": { 6 "lexicon-cli": "./dist/index.js", 7 "lex": "./dist/index.js" 8 }, 9 "scripts": { 10 "build": "tsc", 11 "dev": "tsc --watch", 12 "test": "echo 'No tests yet'" 13 }, 14 "dependencies": { 15 "@atproto/lex-cli": "^0.5.4", 16 "chokidar": "^4.0.1", 17 "commander": "^12.1.0", 18 "execa": "^9.5.1", 19 "glob": "^11.0.0", 20 "picocolors": "^1.1.1" 21 }, 22 "devDependencies": { 23 "@types/node": "^20.17.10", 24 "typescript": "^5.7.2" 25 } 26}