UNPKG

@wealthx/borrow-capacity-lib

Version:
47 lines (46 loc) 1.05 kB
{ "name": "@wealthx/borrow-capacity-lib", "version": "2.1.4", "description": "Borrow capacity calculation library for WealthX", "main": "dist/index.js", "module": "dist/borrow-capacity-lib.esm.js", "types": "dist/index.d.ts", "scripts": { "build": "tsdx build", "start": "tsdx watch", "test": "tsdx test", "test:watch": "tsdx test --watch", "test:coverage": "tsdx test --coverage", "lint": "tsdx lint", "lint:fix": "tsdx lint --fix", "prepare": "yarn build" }, "keywords": [ "borrow-capacity", "finance", "calculations", "lending", "typescript" ], "author": "WealthX Team", "license": "UNLICENSED", "repository": { "type": "git", "url": "git+https://github.com/herobroker/borrow-capacity-lib.git" }, "devDependencies": { "@types/lodash": "^4.14.199", "tsdx": "^0.14.1", "tslib": "^2.8.1", "typescript": "^5.2.2" }, "dependencies": { "lodash": "^4.17.21" }, "files": [ "dist" ], "publishConfig": { "access": "public" } }