@crediblex.io/fineract-api-client
Version:
TypeScript client for Fineract APIs
52 lines (51 loc) • 1.21 kB
JSON
{
"name": "@crediblex.io/fineract-api-client",
"version": "0.3.0",
"description": "TypeScript client for Fineract APIs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"build:docs": "typedoc",
"dev": "NODE_TLS_REJECT_UNAUTHORIZED=0 ts-node src/examples/run-examples.ts",
"test": "jest",
"lint": "eslint src/**/*.ts",
"prepare": "npm run build",
"prepublishOnly": "npm test"
},
"keywords": [
"fineract",
"api-client",
"typescript"
],
"author": "Haider Abbas haider@crediblex.io",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/UAECredibleX/fineract-typescript-client"
},
"dependencies": {
"axios": "^1.6.0"
},
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.45.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.0",
"typedoc": "^0.25.0",
"typescript": "^5.2.0"
},
"engines": {
"node": ">=16.0.0"
},
"publishConfig": {
"access": "public"
}
}