UNPKG

async-odoo-xmlrpc

Version:

Nodejs client to call Odoo RPC's through xmlrpc library.

58 lines (57 loc) 1.54 kB
{ "name": "async-odoo-xmlrpc", "version": "2.0.0", "description": "Nodejs client to call Odoo RPC's through xmlrpc library.", "author": { "name": "NguyenVanTien2009", "email": "nguyenvantien2009@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/nguyenvantien2009/async-odoo-xmlrpc.git" }, "homepage": "https://github.com/nguyenvantien2009/async-odoo-xmlrpc", "bugs": "https://github.com/nguyenvantien2009/async-odoo-xmlrpc/issues", "readme": "https://github.com/nguyenvantien2009/async-odoo-xmlrpc/blob/master/README.md", "directories": { "lib": "./src/" }, "main": "./lib/index.js", "types": "./lib/index.d.ts", "files": [ "lib" ], "engines": { "node": ">=6.17.1", "npm": ">=5.6.0" }, "dependencies": { "lodash": "^4.17.20", "url": "*", "xmlrpc": "^1.3.1" }, "devDependencies": { "tslint": "^6.1.3", "typescript": "^4.7.4" }, "license": "Apache-2.0", "scripts": { "build": "tsc", "start": "tsc && node lib/index.js" }, "keywords": [ "odoo", "xmlrpc", "async/await" ], "_npmUser": { "name": "tien.nguyen", "email": "nguyenvantien2009@gmail.com" }, "maintainers": [ { "name": "NguyenVanTien2009", "email": "nguyenvantien2009@gmail.com" } ] }