@janiscommerce/app-device-info
Version:
Package of methods to obtain information about the mobile device
66 lines (65 loc) • 1.88 kB
JSON
{
"name": "@janiscommerce/app-device-info",
"version": "1.1.0",
"description": "Package of methods to obtain information about the mobile device",
"main": "lib/index.js",
"scripts": {
"test": "jest",
"lint": "eslint .",
"build-docs": "jsdoc2md --template template-readme.hbs --files lib/*.js > README.md",
"test:coverage": "jest --collectCoverage",
"validate:code": "npm run lint -- --fix && jest --collectCoverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/janis-commerce/app-device-info.git"
},
"files": [
"lib"
],
"keywords": [
"janis",
"janiscommerce",
"app",
"device-info"
],
"author": "Janis commerce",
"directories": {
"lib": "lib",
"test": "tests"
},
"license": "ISC",
"dependencies": {
"react-native-device-info": "^8.5.0",
"@react-native-community/netinfo": "^9.3.10"
},
"peerDependencies": {
"@react-native-community/netinfo": ">=9.3.10",
"react-native-device-info": ">=8.5.0"
},
"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",
"eslint-plugin-react": "^7.22.0",
"husky": "^8.0.0",
"jest": "^29.7.0",
"jsdoc-babel": "^0.5.0",
"jsdoc-to-markdown": "^8.0.0",
"lint-staged": "^10.5.4",
"metro-react-native-babel-preset": "^0.66.2",
"react": "^17.0.2",
"react-native": "^0.67.5",
"react-native-device-info": "^8.5.0",
"react-test-renderer": "^17.0.2"
},
"bugs": {
"url": "https://github.com/janis-commerce/app-device-info/issues"
},
"homepage": "https://github.com/janis-commerce/app-device-info#readme"
}