23 lines
541 B
JSON
23 lines
541 B
JSON
{
|
|
"name": "lhisp-oauth-client",
|
|
"version": "1.0.0",
|
|
"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/node": "^18.11.18",
|
|
"jest": "^29.4.1",
|
|
"ts-jest": "^29.0.5",
|
|
"typescript": "^4.9.4"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.2.5"
|
|
}
|
|
}
|