@vantio/agent-sdk
Advanced tools
+15
-11
| { | ||
| "name": "@vantio/agent-sdk", | ||
| "version": "0.2.2", | ||
| "version": "0.2.3", | ||
| "description": "Vantio Optics Node SDK — shield() for Sight Loop observe. Metadata only; no prompts. Upgrade path to Gate and Phantom Engine.", | ||
@@ -13,3 +13,5 @@ "license": "MIT", | ||
| }, | ||
| "bugs": { "url": "https://github.com/vantioai/vantio-open-core/issues" }, | ||
| "bugs": { | ||
| "url": "https://github.com/vantioai/vantio-open-core/issues" | ||
| }, | ||
| "keywords": [ | ||
@@ -45,3 +47,12 @@ "vantio", | ||
| }, | ||
| "files": ["dist"], | ||
| "files": [ | ||
| "dist" | ||
| ], | ||
| "devDependencies": { | ||
| "@types/node": "^20.0.0", | ||
| "typescript": "^5.0.0" | ||
| }, | ||
| "engines": { | ||
| "node": ">=18.0.0" | ||
| }, | ||
| "scripts": { | ||
@@ -53,10 +64,3 @@ "build": "tsc -p tsconfig.esm.json && tsc -p tsconfig.cjs.json && tsc -p tsconfig.types.json && node scripts/postbuild.mjs", | ||
| "test": "node --experimental-strip-types --test test/*.test.ts" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/node": "^20.0.0", | ||
| "typescript": "^5.0.0" | ||
| }, | ||
| "engines": { | ||
| "node": ">=18.0.0" | ||
| } | ||
| } | ||
| } |
63462
0.02%