25 lines
601 B
JSON
25 lines
601 B
JSON
{
|
|
"name": "lhisp-oauth-client",
|
|
"version": "1.0.23",
|
|
"main": "src/index",
|
|
"types": "src/index.d.ts",
|
|
"repository": "git@bitbucket.org:leandro_costa/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": "^29.5.8",
|
|
"@types/node": "^20.9.0",
|
|
"jest": "^29.7.0",
|
|
"ts-jest": "^29.1.1",
|
|
"typescript": "^5.2.2"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.6.1",
|
|
"lhisp-logger": "^1.0.14"
|
|
}
|
|
}
|