Files
Understand-Anything/understand-anything-plugin/package.json
T
Lum1104 41d72e32f1 chore: bump version to 2.0.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-28 23:30:34 +08:00

20 lines
388 B
JSON

{
"name": "@understand-anything/skill",
"version": "2.0.0",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "vitest run"
},
"dependencies": {
"@understand-anything/core": "workspace:*"
},
"devDependencies": {
"@types/node": "^22.0.0",
"typescript": "^5.7.0",
"vitest": "^3.1.0"
}
}