UNPKG

billoget-sdk

Version:

Official Node.js SDK for Billoget Public API - Complete budget, customer, and product management with approval workflows and UBS support

61 lines (60 loc) 1.46 kB
{ "name": "billoget-sdk", "version": "1.2.0", "description": "Official Node.js SDK for Billoget Public API - Complete budget, customer, and product management with approval workflows and UBS support", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest", "test:watch": "jest --watch", "lint": "eslint src/**/*.ts", "lint:fix": "eslint src/**/*.ts --fix", "format": "prettier --write src/**/*.ts", "prepublishOnly": "npm run build && npm test" }, "keywords": [ "billoget", "api", "sdk", "budget", "customer", "product", "approval", "ubs", "typescript", "nodejs" ], "author": "Billoget <developers@billoget.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/billoget/billoget-sdk.git" }, "homepage": "https://developers.billoget.com", "bugs": { "url": "https://github.com/billoget/billoget-sdk/issues" }, "engines": { "node": ">=14.0.0" }, "files": [ "dist/**/*", "README.md", "LICENSE" ], "devDependencies": { "@types/jest": "^30.0.0", "@types/node": "^24.0.10", "@typescript-eslint/eslint-plugin": "^8.35.1", "@typescript-eslint/parser": "^8.35.1", "eslint": "^9.30.1", "jest": "^30.0.4", "prettier": "^3.6.2", "ts-jest": "^29.4.0", "typescript": "^5.8.3" }, "dependencies": { "axios": "^1.10.0" } }