ruvector/npm/package.json
rUv 9208c363d3
fix(security): eliminate Rust and npm dependency advisories (#739)
Refresh all committed Rust locks, eliminate actionable RustSec findings, make the npm graph reproducible and audit-clean, retire vulnerable optional backends, harden RuVocal production dependencies, and repair the affected publishable packages.

Closes #736.
2026-07-28 00:07:41 -04:00

47 lines
1.4 KiB
JSON

{
"name": "@ruvector/workspace",
"version": "0.1.0",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"build": "npm run build --workspaces --if-present",
"test": "node tests/run-all-tests.js",
"test:unit": "node tests/run-all-tests.js --only=unit",
"test:integration": "node tests/run-all-tests.js --only=integration",
"test:perf": "node tests/run-all-tests.js --perf",
"test:workspaces": "npm run test --workspaces --if-present",
"clean": "npm run clean --workspaces --if-present",
"lint": "npm run lint --workspaces --if-present",
"format": "prettier --write \"packages/**/*.{ts,js,json,md}\"",
"typecheck": "npm run typecheck --workspaces --if-present"
},
"devDependencies": {
"@types/node": "^20.10.0",
"@typescript-eslint/eslint-plugin": "^8.65.0",
"@typescript-eslint/parser": "^8.65.0",
"eslint": "^8.54.0",
"prettier": "^3.1.0",
"typescript": "^5.3.0"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
},
"overrides": {
"node-forge": ">=1.4.0",
"flatted": ">=3.3.3",
"picomatch": ">=4.0.3",
"lodash": ">=4.17.22",
"brace-expansion": ">=2.0.2",
"fast-xml-parser": ">=5.7.0",
"protobufjs": ">=7.5.6",
"@google-cloud/redis": ">=5.0.0",
"vm2": ">=3.11.5",
"tar": "7.5.22",
"tsup": {
"esbuild": "^0.28.1"
}
}
}