UNPKG

@bb4first/odoo-xmlrpc

Version:
57 lines 1.33 kB
{ "name": "@bb4first/odoo-xmlrpc", "version": "1.3.0", "description": "Odoo XMLRPC Interface", "main": "dist/index.mjs", "types": "dist/index.d.mts", "exports": { ".": { "default": "./dist/index.mjs", "types": "./dist/index.d.mts" } }, "files": [ "dist", "src", "package.json" ], "repository": { "type": "git", "url": "git+https://github.com/bb4first/odoo-xmlrpc.git" }, "keywords": [ "odoo", "xmlrpc", "contacts", "employees", "leads" ], "license": "MIT", "bugs": { "url": "https://github.com/bb4first/odoo-xmlrpc/issues", "email": "millo@intelica.mx" }, "homepage": "https://github.com/bb4first/odoo-xmlrpc#readme", "devDependencies": { "@types/mocha": "^9.1.0", "@types/node": "17.0.5", "@types/xmlrpc": "^1.3.7", "mocha": "^9.2.2", "nyc": "^15.1.0", "ts-node": "^10.7.0", "tsdown": "^0.12.0", "typescript": "^5.8.3", "@ahmedbaset/config": "1.10.1" }, "dependencies": { "xmlrpc": "^1.3.2" }, "scripts": { "build": "tsdown src/index.ts", "prepublish": "pnpm run build", "lint": "tsc --noEmit && eslint '*/**/*.ts' --fix", "test": "mocha --require ts-node/register tests/*.ts", "coverage": "nyc npm run test", "format": "biome check --write ." } }