{
  "name": "videointel",
  "version": "0.1.1",
  "description": "Smart video analysis in 3 lines of code. TypeScript-first, privacy-focused, zero-cost.",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/types/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "rollup -c rollup.config.mjs",
    "dev": "rollup -c rollup.config.mjs -w",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:integration": "jest tests/integration",
    "test:browser": "playwright test",
    "test:browser:headed": "playwright test --headed",
    "test:browser:debug": "playwright test --debug",
    "test:browser:chromium": "playwright test --project=chromium",
    "test:browser:ui": "playwright test --ui",
    "test:download-fixtures": "node tests/fixtures/download-test-videos.js",
    "lint": "eslint src --ext .ts",
    "format": "prettier --write \"src/**/*.ts\"",
    "type-check": "tsc --noEmit",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "video",
    "analysis",
    "typescript",
    "browser",
    "client-side",
    "thumbnails",
    "scene-detection",
    "video-intelligence",
    "ml",
    "computer-vision"
  ],
  "author": "Samuel Olamide",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gold-olar/video-intel.js.git"
  },
  "bugs": {
    "url": "https://github.com/gold-olar/video-intel.js/issues"
  },
  "homepage": "https://github.com/gold-olar/video-intel.js#readme",
  "funding": {
    "type": "individual",
    "url": "https://buymeacoffee.com/gold_olar"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "devDependencies": {
    "@playwright/test": "^1.57.0",
    "@rollup/plugin-commonjs": "^29.0.0",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^12.3.0",
    "@testing-library/dom": "^10.4.1",
    "@types/jest": "^30.0.0",
    "@types/node": "^24.10.1",
    "@types/offscreencanvas": "^2019.7.3",
    "@typescript-eslint/eslint-plugin": "^8.47.0",
    "@typescript-eslint/parser": "^8.47.0",
    "canvas": "^3.2.0",
    "eslint": "^9.39.1",
    "eslint-config-prettier": "^10.1.8",
    "jest": "^30.2.0",
    "jest-environment-jsdom": "^30.2.0",
    "prettier": "^3.6.2",
    "rollup": "^4.53.3",
    "ts-jest": "^29.4.5",
    "tslib": "^2.8.1",
    "typescript": "^5.9.3"
  }
}
