UNPKG

retrofit-axios-ts

Version:

A declarative and axios based retrofit implementation for JavaScript and TypeScript.

64 lines (63 loc) 2 kB
{ "name": "retrofit-axios-ts", "version": "1.0.9", "description": "A declarative and axios based retrofit implementation for JavaScript and TypeScript.", "repository": "http://gitlab.cepedi/cepedi/lib/typescript/retrofit-axios-ts", "main": "lib/index.js", "types": "lib/types/index.d.ts", "keywords": [ "retrofit", "ts", "js", "axios", "declarative", "http" ], "bugs": "http://gitlab.cepedi/cepedi/lib/typescript/retrofit-axios-ts/-/issues", "scripts": { "test": "jest --coverage", "eslint": "eslint src/**/*.ts", "build": "tsc", "make-badges": "npm run test:badges", "prepare": "husky install && npm run build", "prepublishOnly": "npm run eslint && npm test", "preversion": "npm run eslint", "postversion": "git push && git push --tags", "test:coverage": "npm test -- --coverage", "test:badges": "npm run test:coverage && jest-coverage-badges", "pack": "npm pack --pack-destination ." }, "author": "Jancer Lima", "license": "MIT", "dependencies": { "axios": "^1.3.6", "form-data": "^4.0.0", "qs": "^6.8.0" }, "devDependencies": { "@types/axios": "^0.14.0", "@types/body-parser": "^1.19.2", "@types/express": "^4.17.14", "@types/jest": "^29.2.0", "@types/multer": "^1.3.10", "@types/node": "^18.11.9", "@types/qs": "^6.5.3", "@typescript-eslint/eslint-plugin": "^5.42.0", "body-parser": "^1.20.1", "eslint": "^8.26.0", "eslint-config-prettier": "^8.5.0", "eslint-config-standard-with-typescript": "^23.0.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jest": "^27.1.3", "eslint-plugin-n": "^15.4.0", "eslint-plugin-promise": "^6.1.1", "express": "^4.18.2", "husky": "^8.0.1", "jest": "^29.2.2", "jest-coverage-badges": "^1.1.2", "multer": "^1.4.2", "prettier": "^2.7.1", "ts-jest": "^29.0.3", "typescript": "^4.9.3" } }