{
  "name": "@donkeyclip/motorcortex",
  "version": "9.23.10",
  "author": "Donkeyclip",
  "license": "proprietary",
  "description": "Dynamic Video for the Web",
  "main": "dist/motorcortex.esm.min.js",
  "browser": "dist/motorcortex.esm.min.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "dependencies": {
    "expr-eval": "2.0.2",
    "fastest-validator": "^1.19.1"
  },
  "devDependencies": {
    "@babel/core": "^7.28.4",
    "@babel/eslint-parser": "^7.28.4",
    "@babel/plugin-transform-modules-commonjs": "^7.27.1",
    "@babel/plugin-transform-react-jsx": "^7.27.1",
    "@babel/preset-env": "7.28.3",
    "@babel/preset-typescript": "^7.27.1",
    "@jest/globals": "^29.7.0",
    "@rollup/plugin-commonjs": "^28.0.8",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-terser": "0.4.4",
    "@types/jest": "^29.5.14",
    "@typescript-eslint/eslint-plugin": "^8.46.2",
    "@typescript-eslint/parser": "^8.46.2",
    "babel-jest": "^29.7.0",
    "eslint": "^9.38.0",
    "eslint-plugin-jest": "^28.14.0",
    "eslint-plugin-jsx-a11y": "^6.10.2",
    "jest": "^29.7.0",
    "jest-cli": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "rollup": "^4.52.5",
    "rollup-plugin-analyzer": "4.0.0",
    "rollup-plugin-cleanup": "3.2.1",
    "rollup-plugin-dts": "^6.2.3",
    "rollup-plugin-esbuild": "^6.2.1",
    "rollup-plugin-visualizer": "^6.0.5",
    "ts-jest": "^29.4.5",
    "typescript": "^5.9.3",
    "@donkeyclip/motorcortex-utils": "0.0.16",
    "eslint-config-custom": "0.0.0"
  },
  "scripts": {
    "build": "rollup -c ",
    "dev": "rollup -cw",
    "test": "jest --coverage",
    "test:dev": "jest --coverage --watch",
    "lint": "eslint .",
    "lint:fix": "npm run lint -- --fix"
  }
}