{ "name": "lhisp-oauth-client", "version": "1.0.39", "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 ", "license": "MIT", "scripts": { "build": "tsc", "test": "jest", "publish": "rm -rfv dist/; npm run build; cd dist; cp ../package* .; cp ../README.md .; npm publish; cd -; rm -rfv dist/;", "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" } }