UNPKG

@ritas-inc/sapb1commandapi-client

Version:

A stateless TypeScript client for SAP B1 Service Layer Command API with comprehensive error handling, type safety, and batch operations

74 lines (73 loc) 1.88 kB
{ "name": "@ritas-inc/sapb1commandapi-client", "version": "1.5.3", "description": "A stateless TypeScript client for SAP B1 Service Layer Command API with comprehensive error handling, type safety, and batch operations", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "engines": { "node": ">=24.0.0" }, "scripts": { "build": "tsc", "test": "vitest --run", "test:watch": "vitest", "test:unit": "vitest --run --exclude tests/integration.test.ts --exclude tests/productionSector.test.ts", "test:integration": "INTEGRATION_TEST=true vitest --run tests/integration.test.ts", "docs": "typedoc", "docs:serve": "typedoc --watch", "prepublishOnly": "npm run build" }, "keywords": [ "sap", "sap-b1", "sap-business-one", "service-layer", "production-planning", "work-orders", "manufacturing", "api-client", "typescript", "stateless", "batch-operations", "zod", "type-safe", "serverless", "microservices" ], "author": "Ritas Inc", "license": "MIT", "dependencies": { "axios": "^1.7.9", "axios-retry": "^4.5.0", "zod": "^3.24.1" }, "devDependencies": { "@types/node": "^24.0.0", "dotenv": "^17.0.1", "typedoc": "^0.27.0", "typescript": "^5.7.3", "vitest": "^2.1.8" }, "files": [ "dist", "README.md", "CHANGELOG.md", "API.md" ], "repository": { "type": "git", "url": "https://github.com/ritas-inc/sapb1sl-commandapi.git", "directory": "sapb1commandapi-client" }, "bugs": { "url": "https://github.com/ritas-inc/sapb1sl-commandapi/issues" }, "homepage": "https://github.com/ritas-inc/sapb1sl-commandapi/tree/master/sapb1commandapi-client#readme" }