Kinvey/js-sdk

View on GitHub
packages/react-native-sdk/package.json

Summary

Maintainability
Test Coverage
{
  "name": "kinvey-react-native-sdk",
  "description": "Kinvey JavaScript SDK for React Native applications.",
  "version": "7.0.0",
  "license": "Apache-2.0",
  "homepage": "https://github.com/Kinvey/js-sdk/tree/master/packages/react-native-sdk",
  "repository": {
    "type": "git",
    "url": "https://github.com/Kinvey/js-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/Kinvey/js-sdk/issues"
  },
  "author": {
    "name": "Thomas Conner",
    "email": "thomas.conner@progress.com"
  },
  "keywords": [
    "Kinvey",
    "JavaScript",
    "NodeJS"
  ],
  "main": "lib/index.js",
  "scripts": {
    "prebuild": "del lib",
    "build": "tsc -p tsconfig.json",
    "postbuild": "node scripts/postbuild.js",
    "lint": "tsc --noEmit && eslint 'src/**/*.{js,ts}' --quiet --fix",
    "test": "jest"
  },
  "dependencies": {
    "axios": "0.26.1",
    "kinvey-js-sdk": "^7.0.0",
    "lodash": "4.17.21",
    "pubnub": "5.0.1"
  },
  "peerDependencies": {
    "@react-native-async-storage/async-storage": "^1.15.4",
    "react-native": "^0.64.1",
    "react-native-inappbrowser-reborn": "^3.5.1",
    "react-native-keychain": "^7.0.0",
    "react-native-push-notification": "^7.3.1"
  },
  "devDependencies": {
    "@react-native-async-storage/async-storage": "1.15.4",
    "@react-native-community/push-notification-ios": "1.8.0",
    "@testing-library/react-native": "7.2.0",
    "@types/jest": "26.0.23",
    "@types/lodash": "^4.14.138",
    "@types/react-native": "0.64.1",
    "@types/react-native-push-notification": "7.3.0",
    "@typescript-eslint/eslint-plugin": "^2.0.0",
    "@typescript-eslint/parser": "^2.0.0",
    "del-cli": "2.0.0",
    "eslint": "6.2.1",
    "eslint-config-airbnb-base": "13.2.0",
    "eslint-config-kinvey-platform": "kinvey/eslint-kinvey-platform#0.1.6",
    "eslint-config-prettier": "6.1.0",
    "eslint-plugin-import": "2.18.2",
    "eslint-plugin-prettier": "3.1.0",
    "fs-extra": "~8.1.0",
    "jest": "26.6.3",
    "prettier": "^1.18.2",
    "react": "17.0.1",
    "react-native": "0.64.1",
    "react-native-inappbrowser-reborn": "3.5.1",
    "react-native-keychain": "7.0.0",
    "react-native-push-notification": "7.3.1",
    "react-test-renderer": "17.0.1",
    "ts-jest": "26.5.6",
    "typescript": "4.2.4"
  },
  "files": [
    "lib/**/*"
  ]
}