UNPKG

747 BJSONView Raw
1{
2 "name": "xero-node",
3 "version": "4.5.1",
4 "description": "Xero NodeJS OAuth 2.0 client for xero-node",
5 "main": "dist/index.js",
6 "types": "dist/index.d.ts",
7 "author": "Xero Platform Team",
8 "license": "MIT",
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/XeroAPI/xero-node.git"
12 },
13 "scripts": {
14 "build": "tsc",
15 "test": "jest"
16 },
17 "devDependencies": {
18 "@types/jest": "^24.9.1",
19 "@types/node": "^12.12.21",
20 "@types/request": "^2.48.4",
21 "jest": "^24.9.0",
22 "open": "^6.4.0",
23 "prompt": "^1.0.0",
24 "ts-jest": "^24.3.0",
25 "typescript": "^3.8.2",
26 "nock": "^12.0.1",
27 "sinon": "^9.0.0"
28 },
29 "dependencies": {
30 "openid-client": "^3.9.2",
31 "request": "^2.88.0"
32 }
33}