lhisp-oauth-client/package.json
Leandro Costa dc40ba4ac0
Some checks failed
CI Pipeline / build-and-test (push) Failing after 50s
CI Pipeline / publish (push) Has been skipped
feat: bump lhisp libs
2026-01-24 10:17:16 -03:00

28 lines
643 B
JSON

{
"name": "lhisp-oauth-client",
"version": "1.0.36",
"main": "src/index",
"types": "src/index.d.ts",
"repository": {
"type": "git",
"url": "https://git.lhprovedor.com.br/leandro/lhisp-oauth-client.git"
},
"author": "Leandro Costa <contato@leandrocosta.pro.br>",
"license": "MIT",
"scripts": {
"build": "tsc",
"test": "jest",
"test:watch": "jest --watchAll"
},
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/node": "^24.0.4",
"jest": "^30.0.3",
"ts-jest": "^29.4.0",
"typescript": "^5.8.3"
},
"dependencies": {
"axios": "^1.10.0",
"lhisp-logger": "^3.1.1"
}
}