@janiscommerce/app-request
Version:
Module to do requests at janis apps
56 lines (55 loc) • 1.36 kB
JSON
{
"name": "@janiscommerce/app-request",
"version": "2.6.0",
"description": "Module to do requests at janis apps",
"main": "lib/index.js",
"author": "Janis Commerce",
"directories": {
"lib": "lib",
"test": "tests"
},
"keywords": [
"janis",
"janiscommerce",
"app",
"request"
],
"files": [
"lib/"
],
"scripts": {
"lint": "eslint .",
"prepare": "husky install",
"test": "jest",
"test:coverage": "jest --collectCoverage",
"validate:code": "npm run lint -- --fix && jest --collectCoverage"
},
"dependencies": {
"axios": "^1.6.3"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/eslint-parser": "^7.23.3",
"@babel/eslint-plugin": "^7.23.5",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^8.0.0",
"jest": "^29.7.0",
"nock": "^13.4.0",
"prettier": "3.2.4",
"react-native-device-info": "^10.12.0",
"@janiscommerce/app-analytics": "^2.4.0",
"@janiscommerce/app-crashlytics": "^2.1.0",
"@janiscommerce/oauth-native": "^1.5.0"
},
"peerDependencies": {
"react": ">=17.0.2",
"react-native-device-info": "^10.12.0",
"@janiscommerce/app-analytics": "^2.4.0",
"@janiscommerce/app-crashlytics": "^2.1.0",
"@janiscommerce/oauth-native": "^1.5.0"
}
}