lhisp-oauth-client/package.json
Leandro Costa 3fc9e98885
All checks were successful
CI Pipeline / build-and-test (push) Successful in 1m30s
CI Pipeline / publish (push) Successful in 25s
version: 1.0.30
2025-06-27 14:18:13 -03:00

28 lines
648 B
JSON

{
"name": "lhisp-oauth-client-dev",
"version": "1.0.30",
"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": "^1.0.16"
}
}