xero-node
Version:
Xero NodeJS OAuth 2.0 client for xero-node
32 lines (31 loc) • 788 B
JSON
{
"name": "xero-node",
"version": "4.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": "^24.0.24",
"@types/node": "^12.12.21",
"@types/request": "^2.48.4",
"jest": "^24.9.0",
"open": "^6.4.0",
"prompt": "^1.0.0",
"ts-jest": "^24.1.0",
"typescript": "^3.7.2"
},
"dependencies": {
"openid-client": "^3.9.2",
"request": "^2.88.0"
}
}