-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.08 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "odoo-xmlrpc-integration",
"version": "1.0.0",
"description": "Odoo xmlrpc integration for nodejs",
"main": "index.js",
"scripts": {
"start": "nodemon",
"build": "rimraf ./build && tsc",
"lint": "eslint . --ext .ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/paimonchan/nodejs-xmlrpc-odoo-integration.git"
},
"keywords": [
"xmlrpc",
"odoo",
"promise",
"async",
"rpc"
],
"author": "Nazzun Hanif A.",
"license": "ISC",
"bugs": {
"url": "https://github.com/paimonchan/nodejs-xmlrpc-odoo-integration/issues"
},
"homepage": "https://github.com/paimonchan/nodejs-xmlrpc-odoo-integration#readme",
"dependencies": {
"url": "0.11.0",
"xmlrpc": "1.3.2"
},
"devDependencies": {
"@types/xmlrpc": "^1.3.7",
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"eslint": "^8.1.0",
"nodemon": "^2.0.14",
"rimraf": "^3.0.2",
"ts-node": "^10.4.0",
"typescript": "^4.4.4"
}
}