UNPKG

list_elevenlabs_voices

Version:

List eleven labs voices in the console. Output as text or json.

44 lines (43 loc) 1.43 kB
{ "name": "list_elevenlabs_voices", "version": "1.0.1", "description": "List eleven labs voices in the console. Output as text or json.", "bin": "dist/shebang.js", "main": "dist/index.js", "scripts": { "clean": "rimraf docs && mkdir docs && cd docs && mkdir docs && mkdir src && cd src && mkdir site && cd .. && cd .. && rimraf dist && mkdir dist && rimraf build && mkdir build", "site": "cp ./src/site/* ./docs && cp ./README.md ./docs/index.md && cp ./src/site/example.png ./docs/src/site/", "typescript": "tsc --build tsconfig.json", "test": "echo todo jest", "build": "npm run clean && npm run typescript && cp ./src/js/shebang.js ./dist && npm run site && npm run test" }, "repository": { "type": "git", "url": "git+https://github.com/StoneCypher/list_elevenlabs_voices.git" }, "keywords": [ "eleven", "labs", "elevenlabs", "eleven-labs", "cli", "console", "list", "voices", "stonecypher" ], "author": "John Haugeland <stonecypher@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/StoneCypher/list_elevenlabs_voices/issues" }, "homepage": "https://github.com/StoneCypher/list_elevenlabs_voices#readme", "devDependencies": { "@types/cli-color": "^2.0.2", "@types/node": "^20.5.0", "cli-color": "^2.0.3", "commander": "^11.0.0", "rimraf": "^5.0.1", "typescript": "^5.1.6" } }