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) · 786 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 786 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": "4.0.3",
"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": "^25.0.0",
"@types/node": "^12.12.5",
"@types/request": "^2.48.3",
"jest": "^25.0.0",
"open": "^6.4.0",
"prompt": "^1.0.0",
"ts-jest": "^24.1.0",
"typescript": "^3.7.2"
},
"dependencies": {
"openid-client": "^3.8.3",
"request": "^2.88.0"
}
}