UNPKG

odoo-await

Version:

Simple Odoo API client using promises.

48 lines (47 loc) 963 B
{ "name": "odoo-await", "version": "3.4.1", "description": "Simple Odoo API client using promises.", "main": "lib/index.js", "directories": { "lib": "lib" }, "types": "lib/index.d.ts", "scripts": { "test": "mocha" }, "mocha": { "slow": 500, "timeout": 3000 }, "repository": { "type": "git", "url": "git+https://github.com/vettloffah/odoo-await.git" }, "keywords": [ "odoo", "xmlrpc", "api", "async" ], "dependencies": { "uuid": "^8.3.1", "xmlrpc": "^1.3.2" }, "devDependencies": { "mocha": "^9.2.2", "should": "^13.2.3" }, "engines": { "node": ">=11.16" }, "author": { "name": "Charlie Wettlaufer", "email": "chartechnology@gmail.com" }, "license": "ISC", "bugs": { "url": "https://github.com/vettloffah/odoo-await/issues" }, "homepage": "https://github.com/vettloffah/odoo-await#readme" }