{
  "name": "@visactor/vmind",
  "version": "2.0.6",
  "main": "cjs/index.js",
  "module": "esm/index.js",
  "browser": "esm/index.js",
  "types": "esm/index.d.ts",
  "unpkg": "build/index.min.js",
  "license": "MIT",
  "files": [
    "cjs",
    "esm",
    "build"
  ],
  "keywords": [
    "charts",
    "visualization",
    "VMind",
    "LLM",
    "storytelling",
    "VisActor",
    "graphics",
    "AIGC"
  ],
  "homepage": "https://www.visactor.io/vmind",
  "bugs": "https://github.com/VisActor/VMind/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/VisActor/VMind.git",
    "directory": "packages/vmind"
  },
  "author": {
    "name": "VisActor",
    "url": "https://www.visactor.io/"
  },
  "devDependencies": {
    "vite-plugin-libcss": "~1.1.1",
    "less": "4.1.3",
    "vite-plugin-css": "~1.0.4",
    "@rushstack/eslint-patch": "~1.1.4",
    "@arco-design/web-react": "2.46.1",
    "@types/jest": "~29.5.0",
    "@types/react": "^18.0.0",
    "@types/react-dom": "^18.0.0",
    "@typescript-eslint/eslint-plugin": "5.30.0",
    "@typescript-eslint/parser": "5.30.0",
    "@vitejs/plugin-react": "3.1.0",
    "@types/js-yaml": "~4.0.9",
    "eslint": "~8.18.0",
    "eslint-config-prettier": "8.5.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-jsx-a11y": "^6.7.1",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-react": "7.30.1",
    "typescript": "4.9.5",
    "vite": "3.2.6",
    "jest": "~29.5.0",
    "util": "~0.12.5",
    "jest-environment-jsdom": "~29.5.0",
    "@jest/globals": "~29.5.0",
    "ts-jest": "~29.2.5",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "react-router-dom": "6.9.0",
    "@visactor/vchart": "^1.13.2",
    "@rollup/plugin-dynamic-import-vars": "~2.1.0",
    "@types/node": "*",
    "dotenv": "~16.3.1",
    "@ffmpeg/ffmpeg": "^0.11.6",
    "@visactor/vrender-core": "0.21.8",
    "canvas": "^2.11.2",
    "@monaco-editor/react": "~4.7.0",
    "@types/array-normalize": "~2.0.5",
    "@types/density-clustering": "~1.3.3",
    "@types/euclidean-distance": "~1.0.3",
    "express": "~4.21.1",
    "sass": "^1.65.1",
    "ts-node": "^10.9.2",
    "@internal/bundler": "0.0.1",
    "@internal/ts-config": "0.0.1",
    "@internal/jest-config": "0.0.1",
    "@internal/eslint-config": "0.0.1"
  },
  "dependencies": {
    "@visactor/chart-advisor": "2.0.6",
    "@visactor/vdataset": "~0.19.3",
    "@visactor/vutils": "~0.19.3",
    "axios": "^1.4.0",
    "json5": "~2.2.3",
    "dayjs": "~1.11.10",
    "js-yaml": "~4.1.0",
    "@visactor/calculator": "2.0.6",
    "alasql": "~4.3.2",
    "@visactor/vchart-theme": "^1.11.2",
    "jstat": "~1.9.6",
    "@stdlib/stats-base-dists-t-quantile": "0.2.1",
    "array-normalize": "~2.0.0",
    "bayesian-changepoint": "~1.0.1",
    "density-clustering": "~1.3.0",
    "euclidean-distance": "~1.0.0",
    "jsonrepair": "~3.8.1",
    "string-similarity-js": "~2.1.4"
  },
  "scripts": {
    "start": "vite ./__tests__/browser",
    "exp": "vite ./__tests__/experiment",
    "build": "bundle --clean",
    "compile": "tsc --noEmit",
    "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
    "preview": "vite ./__tests__/browser preview",
    "clear": "rm -rf build && rm -rf esm && rm -rf cjs",
    "test": "jest ./__tests__/unit/",
    "test-cov": "jest -w 16 --coverage",
    "test-live": "npm run test-watch __tests__/unit/",
    "test-watch": "DEBUG_MODE=1 jest --watch",
    "test-performance": "jest ./__tests__/performance/performance.test.ts --config jest.performance.config.js",
    "release-minor": "npm version minor && npm publish && git commit -a -m 'chore: release minor version for vmind' && git push",
    "release-alpha": "npm version prerelease --preid alpha && npm publish --tag alpha && git commit -a -m 'chore: release alpha version for vmind' && git push",
    "release-beta": "npm version prerelease --preid beta && npm publish --tag beta && git commit -a -m 'chore: release beta version for vmind' && git push",
    "release": "npm version patch && npm publish && git commit -a -m 'chore: release patch version for vmind' && git push",
    "test-image-to-spec": "ts-node --skipProject __tests__/image-to-spec/testImage.ts"
  }
}