billdotcom-sdk-v3
Version:
TypeScript SDK for Bill.com V3 API
62 lines (61 loc) • 1.22 kB
JSON
{
"name": "billdotcom-sdk-v3",
"version": "1.0.3",
"description": "TypeScript SDK for Bill.com V3 API",
"main": "./dist/index.js",
"scripts": {
"test": "vitest",
"test:run": "vitest run",
"test:schemas": "vitest run tests/schemas",
"validate:entities": "npx tsx scripts/validate-entities.ts",
"build": "tsup",
"dev": "tsup --watch",
"typecheck": "tsc --noEmit",
"prepublishOnly": "npm run build"
},
"keywords": [
"bill.com",
"billdotcom",
"api",
"sdk",
"accounting",
"payments",
"invoices",
"bills",
"vendors"
],
"author": "",
"license": "MIT",
"type": "module",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"engines": {
"node": ">=18.0.0"
},
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"devDependencies": {
"@types/node": "^20.19.25",
"dotenv": "^16.6.1",
"tsup": "^8.5.1",
"tsx": "^4.19.0",
"typescript": "^5.9.3",
"vitest": "^1.6.1",
"zod": "^4.1.12"
},
"peerDependencies": {
"zod": "^4.0.0"
},
"peerDependenciesMeta": {
"zod": {
"optional": true
}
}
}