{ "name": "@shieldai/voiceprint", "version": "0.1.0", "main": "./dist/index.js", "types": "./dist/index.js", "scripts": { "build": "tsc", "test": "vitest run", "lint": "eslint src/" }, "dependencies": { "@shieldai/db": "0.1.0", "@shieldai/types": "0.1.0", "node-cache": "^5.1.2" }, "exports": { ".": "./src/index.ts" } }