@bavenir/spade-node-js-client
Version:
A client-side JavaScript library that can be used to iteract with Data Broker's API.
28 lines (27 loc) • 612 B
JSON
{
"name": "@bavenir/spade-node-js-client",
"version": "1.2.7",
"description": "A client-side JavaScript library that can be used to iteract with Data Broker's API.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rm -rf dist && tsc"
},
"keywords": [
"data-broker",
"data-broker-client",
"data-integration",
"data-management",
"data-retrieval",
"bAvenir"
],
"author": "bAvenir",
"license": "EPL-2.0",
"devDependencies": {
"@types/node": "^22.7.4",
"typescript": "^5.6.2"
},
"dependencies": {
"axios": "^1.7.7"
}
}