ggez-banking-sdk
Version:
A Node.js package to handle GGEZ Banking API endpoints, Simplify the process of managing CRUD operations with this efficient and easy-to-use package.
57 lines (56 loc) • 1.39 kB
JSON
{
"name": "ggez-banking-sdk",
"version": "0.1.76",
"description": "A Node.js package to handle GGEZ Banking API endpoints, Simplify the process of managing CRUD operations with this efficient and easy-to-use package.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"repository": {
"type": "git",
"url": "https://github.com/GGEZLabs/ggez-banking-sdk"
},
"bugs": {
"url": "https://github.com/GGEZLabs/ggez-banking-sdk/issues"
},
"homepage": "https://github.com/GGEZLabs/ggez-banking-sdk#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc --build",
"start": "react-app-rewired start"
},
"keywords": [
"REST",
"CRUD",
"API",
"endpoints",
"update",
"delete",
"get",
"post",
"Node.js"
],
"author": "GGEZ1 Foundation DAO LLC",
"license": "ISC",
"dependencies": {
"@keplr-wallet/types": "^0.12.39",
"@types/qs": "^6.9.9",
"clientjs": "^0.2.1",
"dayjs": "^1.11.10",
"dotenv": "^16.3.1",
"qs": "^6.11.2",
"react": "^18.2.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/jest": "^29.5.6",
"@types/node": "^20.8.8",
"@types/react": "^18.2.35",
"axios": "^1.5.1",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "^5.6.3"
}
}