{
  "name": "demo-video-maker",
  "version": "1.1.1",
  "main": "dist/demo-cinematic.js",
  "bin": {
    "demo-video": "dist/demo-cinematic.js",
    "cinematic-demo": "dist/demo-cinematic.js"
  },
  "scripts": {
    "demo": "node demo-cinematic.js",
    "start-demo-app": "cd demo-app && npm run dev",
    "test": "jest tests/configLoader.test.js tests/config-comprehensive.test.js tests/cinematic-effects-lite.test.js",
    "test:watch": "jest --watch",
    "test:cli": "jest tests/demo-cinematic.test.js",
    "test:pre-publish": "jest tests/pre-publish.test.js --forceExit",
    "test:e2e": "jest tests/e2e-demo.test.js --forceExit",
    "test:all": "npm test && npm run test:cli",
    "build": "mkdir -p dist && cp demo-cinematic.js dist/ && cp -r lib dist/",
    "prepublishOnly": "npm run test:all && npm run build",
    "generate-sample": "node -e \"const ConfigLoader = require('./lib/configLoader'); new ConfigLoader().generateSampleConfig('./demo.json');\"",
    "demo:init": "node demo-cinematic.js --init"
  },
  "keywords": [
    "demo",
    "video",
    "automation",
    "playwright",
    "documentation",
    "cinematic",
    "screen-recording",
    "browser-automation",
    "presentation",
    "marketing",
    "visual-effects",
    "camera-follow",
    "zoom-effects"
  ],
  "author": "",
  "license": "MIT",
  "description": "🎬 Create stunning cinematic demo videos automatically from your web applications with dynamic camera following, zoom effects, and gorgeous visual polish",
  "dependencies": {
    "playwright": "^1.53.0"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^28.0.5",
    "@rollup/plugin-node-resolve": "^16.0.1",
    "@rollup/plugin-terser": "^0.4.4",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "rollup": "^4.43.0",
    "rollup-plugin-preserve-shebang": "^1.0.1"
  },
  "files": [
    "demo-cinematic.js",
    "dist/",
    "lib/",
    "README.md",
    "CHANGELOG.md"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/demovideomaker/demo-video-maker.git"
  },
  "preferGlobal": true
}