{ "name": "lhisp-oauth-client", "version": "1.0.6", "main": "src/index", "types": "src/index.d.ts", "repository": "git@bitbucket.org:leandro_costa/lhisp-oauth-client.git", "author": "Leandro Costa ", "license": "MIT", "scripts": { "build": "tsc", "test": "jest", "test:watch": "jest --watchAll" }, "devDependencies": { "@types/jest": "^29.4.0", "@types/node": "^18.11.18", "jest": "^29.4.1", "ts-jest": "^29.0.5", "typescript": "^4.9.4" }, "dependencies": { "axios": "^1.2.5" } }