Files
Understand-Anything/understand-anything-plugin/package.json
T
Yuxiang Lin a59a573a1d Merge pull request #204 from Lum1104/feat/semantic-batching-and-output-chunking
fix(#159): semantic batching + bundled importMap + Phase 1 speedup
2026-05-24 20:12:14 +08:00

22 lines
558 B
JSON

{
"name": "@understand-anything/skill",
"version": "2.7.5",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "node -e \"console.log('skill tests live at <repo-root>/tests/skill — run via root \\`pnpm test\\`')\""
},
"dependencies": {
"@understand-anything/core": "workspace:*",
"graphology": "~0.26.0",
"graphology-communities-louvain": "^2.0.2"
},
"devDependencies": {
"@types/node": "^22.0.0",
"typescript": "^5.7.0",
"vitest": "^3.1.0"
}
}