UNPKG

weaveit

Version:

A solana package to generate tutorial videos from text and audio

53 lines (52 loc) 1.34 kB
{ "name": "weaveit", "version": "1.0.0", "description": "A solana package to generate tutorial videos from text and audio", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1", "dc": "node defchrome.js", "voice": "npx ts-node src/cli.ts analyze -f tester.ts --voice", "video": "npx ts-node src/cli.ts analyze -f tutorial.ts --voice --video" }, "keywords": [ "tutorial", "video", "sdk", "text-to-video", "node", "canvas", "ffmpeg", "tts" ], "author": "Loganthewise", "license": "MIT", "repository": { "type": "git", "url": "git+ssh://git@github.com/lawalabdulrazaq/weaveit.git" }, "dependencies": { "@solana/spl-token": "^0.4.13", "@solana/web3.js": "^1.98.0", "axios": "^1.8.4", "bs58": "^6.0.0", "canvas": "^3.1.0", "dotenv": "^16.4.7", "ffmpeg": "^0.0.4", "fluent-ffmpeg": "^2.1.3", "node-gtts": "^2.0.2", "openai": "^4.92.1" }, "devDependencies": { "@types/fluent-ffmpeg": "^2.1.27", "@types/node": "^22.14.0", "ts-node": "^10.9.2", "typescript": "^5.8.3" }, "bugs": { "url": "https://github.com/lawalabdulrazaq/weaveit/issues" }, "homepage": "https://github.com/lawalabdulrazaq/weaveit#readme" }