lhisp-oauth-client/package.json
Leandro Costa 4cfa8fa6e4
All checks were successful
CI Pipeline / build-and-test (push) Successful in 46s
CI Pipeline / publish (push) Successful in 13s
feat: update version to 1.0.38 and add README documentation
2026-01-24 11:04:38 -03:00

28 lines
722 B
JSON

{
"name": "lhisp-oauth-client",
"version": "1.0.38",
"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",
"publish": "rm -rfv dist/; npm run build; cd dist; cp ../package* .; 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"
}
}