{
  "name": "demovid",
  "version": "0.5.0",
  "description": "Rode dentro do seu projeto frontend, descreva a demo em português, e receba um MP4 narrado + uma timeline com os tempos de cada fala e os melhores pontos de corte. O roteiro é escrito por IA a partir dos elementos reais do app.",
  "type": "module",
  "bin": {
    "demovid": "dist/index.js"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "templates",
    "scripts/postinstall.mjs",
    "README.md",
    "LICENSE",
    "NOTICE"
  ],
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "prepare": "npm run bake:springs && npm run build",
    "postinstall": "node scripts/postinstall.mjs",
    "prepublishOnly": "npm run typecheck && npm test",
    "build": "npm run build:overlay && tsc -p tsconfig.build.json",
    "build:overlay": "node --import tsx scripts/build-overlay.ts",
    "bake:springs": "node --import tsx scripts/bake-springs.ts",
    "clean": "node -e \"fs.rmSync('dist',{recursive:true,force:true})\"",
    "dev": "tsx src/index.ts",
    "start": "node dist/index.js",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "test": "node --import tsx --test test/*.test.ts",
    "link": "npm run build && npm link && demovid --help",
    "test:e2e": "node test/stage.e2e.mjs",
    "test:gif": "node --import tsx test/gif.e2e.ts",
    "test:remotion": "node --import tsx test/remotion.e2e.ts",
    "verify": "npm run typecheck && npm run bake:springs && npm run build && npm test && npm run test:gif && npm run test:e2e && npm run test:record",
    "test:record": "node --import tsx test/record.e2e.ts",
    "verify:pack": "npm pack --dry-run"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "demo-video",
    "product-demo",
    "screen-recording",
    "playwright",
    "openai",
    "tts",
    "narration",
    "gpu-screen-recorder",
    "cli",
    "typescript"
  ],
  "author": "Frederico Guilherme Kluser de Oliveira",
  "license": "Apache-2.0",
  "dependencies": {
    "dotenv": "^17.4.2",
    "playwright-core": "^1.62.0",
    "yaml": "^2.8.1",
    "zod": "^4.1.12"
  },
  "devDependencies": {
    "@types/node": "^26.0.1",
    "esbuild": "^0.27.2",
    "motion": "^12.43.0",
    "tsx": "^4.22.4",
    "typescript": "^6.0.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/frederico-kluser/demovid.git"
  },
  "bugs": {
    "url": "https://github.com/frederico-kluser/demovid/issues"
  },
  "homepage": "https://github.com/frederico-kluser/demovid#readme"
}
