lhisp-oauth-client/package.json

24 lines
569 B
JSON

{
"name": "lhisp-oauth-client",
"version": "1.0.7",
"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.2",
"@types/node": "^20.3.1",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "^5.1.3"
},
"dependencies": {
"axios": "^1.4.0"
}
}