aggregator-sdk-test
Version:
SDK to connect with TechnoFex Aggregator Platform
31 lines (30 loc) • 598 B
JSON
{
"name": "aggregator-sdk-test",
"version": "1.0.1",
"description": "SDK to connect with TechnoFex Aggregator Platform",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"keywords": [
"sdk",
"aggregator",
"nestjs",
"nodejs",
"client-auth"
],
"author": "Technofex Team",
"license": "MIT",
"dependencies": {
"axios": "^1.6.0"
},
"devDependencies": {
"@types/node": "^24.1.0",
"typescript": "^5.3.0"
}
}