{
  "name": "@rendley/sdk",
  "version": "1.15.6",
  "license": "LICENSE",
  "author": "Onix Technologies",
  "homepage": "https://rendleysdk.com",
  "description": "A Video Editing SDK that works completely in the browser.",
  "type": "module",
  "keywords": [
    "video editing sdk",
    "javascript video sdk",
    "typescript video sdk",
    "video api",
    "video processing",
    "ffmpeg",
    "video",
    "web codecs",
    "video editor"
  ],
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "scripts": {
    "build:docs": "typedoc",
    "build": "tsc && vite build --mode development",
    "build:watch": "tsc && vite build --watch --mode development",
    "build:production": "tsc && vite build --mode production && npm run obfuscate",
    "obfuscate": "node ./plugins/obfuscate.js",
    "minify": "node ./plugins/minify.js",
    "test": "jest",
    "lint": "eslint --ext .ts,.tsx src --fix",
    "format": "prettier --write 'src/**/*.{ts,tsx}'",
    "patch": "patch-package"
  },
  "devDependencies": {
    "@babel/core": "7.23.7",
    "@babel/preset-env": "7.23.7",
    "@babel/preset-typescript": "7.23.3",
    "@types/crypto-js": "4.2.2",
    "@types/emscripten": "1.39.10",
    "@types/eventemitter3": "2.0.2",
    "@types/gradient-parser": "0.1.5",
    "@types/jest": "29.5.11",
    "@types/node": "20.10.6",
    "@types/uuid": "9.0.8",
    "@typescript-eslint/eslint-plugin": "6.17.0",
    "@typescript-eslint/parser": "6.17.0",
    "babel-jest": "29.7.0",
    "eslint": "8.56.0",
    "eslint-plugin-import": "2.29.1",
    "javascript-obfuscator": "4.1.0",
    "jest": "29.7.0",
    "patch-package": "8.0.0",
    "postinstall-postinstall": "2.1.0",
    "prettier": "3.1.1",
    "terser": "^5.46.1",
    "ts-jest": "29.1.1",
    "typedoc": "0.28.12",
    "typedoc-plugin-markdown": "4.8.1",
    "typescript": "^5.9.2",
    "vite": "^5.4.9",
    "vite-plugin-dts": "3.7.2",
    "vite-plugin-javascript-obfuscator": "^3.1.0"
  },
  "dependencies": {
    "@pixi/gif": "2.1.1",
    "@pixi/unsafe-eval": "^7.4.0",
    "@tweenjs/tween.js": "23.1.2",
    "bodymovin": "4.13.0",
    "crypto-js": "4.2.0",
    "eventemitter3": "5.0.1",
    "gradient-parser": "1.0.2",
    "lottie-web": "5.12.2",
    "pixi-filters": "^5.3.0",
    "pixi.js": "7.4.0",
    "unplugin-preprocessor-directives": "^1.0.3",
    "uuid": "9.0.1",
    "wasm-feature-detect": "^1.8.0",
    "zod": "3.22.4"
  }
}
