-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 836 Bytes
/
package.json
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
{
"name": "myob-exo-api",
"version": "0.1.7",
"description": "MYOB EXO API",
"main": "dist/myob.js",
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"MYOB",
"EXO",
"API"
],
"homepage": "https://www.bizex.co.nz",
"author": "[email protected]",
"bugs": {
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/ukalpa/myob-exo-api"
},
"dependencies": {
"bluebird": "^3.5.5",
"dottie": "^2.0.1",
"inflection": "^1.12.0",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"moment-timezone": "^0.5.25",
"node-fetch": "^2.6.0",
"toposort-class": "^1.0.1",
"validator": "^11.0.0",
"wkx": "^0.4.7"
},
"license": "SEE LICENSE IN LICENSE"
}