UNPKG

@hayeeder/fineract-api-client

Version:
53 lines (52 loc) 1.22 kB
{ "name": "@hayeeder/fineract-api-client", "version": "0.1.13", "description": "TypeScript client for Fineract APIs", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md" ], "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/crediblex/fineract-api-client.git" }, "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" } }