xero-node
Version:
Xero NodeJS OAuth 2.0 client for xero-node
32 lines (31 loc) • 683 B
JSON
{
"name": "xero-node",
"version": "15.0.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": "^13.5.5",
"open": "^10.1.0",
"prompt": "^1.0.0",
"sinon": "^19.0.2",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
},
"dependencies": {
"axios": "^1.7.7",
"openid-client": "^5.7.0"
}
}