auron
Version:
Interact with your ATProto labeler from your terminal
41 lines (40 loc) • 863 B
JSON
{
"name": "auron",
"description": "Interact with your ATProto labeler from your terminal",
"version": "1.0.2",
"main": "dist/index.js",
"bin": {
"auron": "dist/index.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"start": "node dist/index.js"
},
"keywords": [
"atproto",
"bluesky",
"api",
"ozone"
],
"author": "Foysal",
"license": "ISC",
"dependencies": {
"@atproto/api": "^0.13.18",
"@atproto/common": "^0.4.4",
"better-sqlite3": "^11.6.0",
"commander": "^12.1.0",
"dotenv": "^16.4.7",
"events": "^3.3.0",
"json2csv": "^6.0.0-alpha.2",
"kysely": "^0.27.4",
"ora": "^3.4.0",
"sqlite3": "^5.1.7",
"typescript": "^5.7.2"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.12",
"@types/json2csv": "^5.0.7",
"@types/ora": "^3.1.0"
}
}