forked from XeroAPI/xero-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 679 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 679 Bytes
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
{
"name": "xero-node",
"version": "9.1.0",
"description": "Xero NodeJS OAuth 2.0 client for xero-node",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Xero Platform Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/XeroAPI/xero-node.git"
},
"scripts": {
"build": "tsc",
"test": "jest"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"nock": "^12.0.1",
"open": "^6.4.0",
"prompt": "^1.0.0",
"sinon": "^9.0.0",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
},
"dependencies": {
"axios": "^1.6.5",
"openid-client": "5.6.5"
}
}