Files
ShieldAI/services/voiceprint/package.json
2026-04-29 16:29:03 -04:00

20 lines
369 B
JSON

{
"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"
}
}