Verified: full workspace build (tsc) green across all packages/services/dashboards; fleet+items tests pass. Compile-time only. Generated with [Devin](https://cli.devin.ai/docs) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
17 lines
397 B
JSON
17 lines
397 B
JSON
{
|
|
"name": "@bytelyst/scripts",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "DevOps scripts for the ByteLyst ecosystem (migration, audit, maintenance)",
|
|
"dependencies": {
|
|
"@azure/cosmos": "^4.9.3",
|
|
"@bytelyst/field-encrypt": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.9.1",
|
|
"tsx": "^4.19.2",
|
|
"typescript": "^5.7.3"
|
|
}
|
|
}
|