28 lines
648 B
JSON
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"
|
|
}
|
|
}
|