primvoices
Version:
TypeScript client for the Prim Voices API
30 lines (29 loc) • 581 B
JSON
{
"name": "primvoices",
"version": "0.1.0",
"description": "TypeScript client for the Prim Voices API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest",
"prepare": "npm run build"
},
"keywords": [
"primvoices",
"api",
"client"
],
"author": "PrimLabsAI",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/node": "^20.10.6",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "^5.3.3"
},
"dependencies": {
"axios": "^1.6.3"
}
}