UNPKG

scrptly

Version:

Scrptly is a Video Development Kit (VDK) for programmatically generating AI-powered videos.

47 lines (46 loc) 947 B
{ "name": "scrptly", "version": "1.1.0", "description": "Scrptly is a Video Development Kit (VDK) for programmatically generating AI-powered videos.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc && tsc-alias", "dev": "tsc && (tsc -w & tsc-alias -w)", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/Scrptly/scrptly.git" }, "keywords": [ "render", "video", "ai", "timeline", "vdk", "scrptly", "generate", "clip", "mp4", "nle", "video", "editor", "programmatically" ], "author": "ybouane", "license": "ISC", "bugs": { "url": "https://github.com/Scrptly/scrptly/issues" }, "homepage": "https://github.com/Scrptly/scrptly#readme", "dependencies": { "eventsource": "^4.0.0", "listr2": "^8.3.3" }, "devDependencies": { "@types/node": "^22.15.14", "tsc-alias": "^1.8.16", "typescript": "^5.8.3" } }