{
  "name": "@qlik/react-native-simple-grid",
  "version": "1.5.4",
  "description": "A react native straight table component designed for performance",
  "main": "src/index",
  "scripts": {
    "test": "jest --passWithNoTests",
    "build": "pnpm tsc",
    "typescript": "pnpm tsc --noEmit",
    "lint": "eslint . --fix",
    "jslint": "pnpm eslint ./ --max-warnings=0",
    "swiftlint": "cd ios && swiftlint --strict",
    "ci:install": "pnpm install --frozen-lockfile"
  },
  "keywords": [
    "react-native",
    "ios",
    "android"
  ],
  "files": [
    "android/",
    "ios/",
    "src/",
    "react-native-simple-grid.podspec",
    "babel.config.js",
    "jest.config.js",
    "jest.setup.ts"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/qlik-trial/react-native-simple-grid"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "author": "Qlik <vel@qlik.com> (https://github.com/qlik-trial/react-native-simple-grid)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/qlik-trial/react-native-simple-grid/issues"
  },
  "homepage": "https://github.com/qlik-trial/react-native-simple-grid#readme",
  "codegenConfig": {
    "name": "RNSimpleGridSpec",
    "type": "components",
    "jsSrcsDir": "./src/specs",
    "android": {
      "javaPackageName": "com.qliktrialreactnativestraighttable"
    },
    "ios": {
      "componentProvider": {
        "ReactNativeStraightTableView": "ReactNativeStraightTableComponentView"
      }
    }
  },
  "dependencies": {
    "react-native-vector-icons": "10.3.0"
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3.3.5",
    "@eslint/js": "^10.0.1",
    "@qlik/react-native-carbon": "2.1.35",
    "@react-native-community/cli": "20.1.2",
    "@react-native-community/cli-platform-android": "20.1.2",
    "@react-native-community/cli-platform-ios": "20.1.2",
    "@react-native/babel-preset": "0.78.3",
    "@react-native/eslint-config": "0.78.3",
    "@react-native/metro-config": "0.78.3",
    "@react-native/typescript-config": "0.78.3",
    "@semantic-release/changelog": "6.0.3",
    "@semantic-release/git": "10.0.1",
    "@types/jest": "^30.0.0",
    "@types/lodash": "4.17.24",
    "@types/react": "^19.2.17",
    "@types/react-native-vector-icons": "^6.4.18",
    "@typescript-eslint/eslint-plugin": "^8.61.1",
    "@typescript-eslint/parser": "^8.61.1",
    "conventional-changelog-conventionalcommits": "^9.3.1",
    "eslint": "^9.39.4",
    "eslint-config-prettier": "10.1.8",
    "eslint-plugin-prettier": "5.5.5",
    "eslint-plugin-react-native": "^5.0.0",
    "jest": "30.3.0",
    "jotai": "2.18.1",
    "prettier": "3.8.1",
    "react": "19.0.0",
    "react-native": "0.78.3",
    "react-native-gesture-handler": "2.30.0",
    "react-native-paper": "5.15.0",
    "react-native-svg": "^15.15.5",
    "semantic-release": "25.0.3",
    "typescript": "5.9.3"
  },
  "peerDependencies": {
    "jotai": "~2",
    "react": "*",
    "react-native": "*",
    "react-native-gesture-handler": "2.28.0",
    "react-native-paper": "5.14.5",
    "react-native-vector-icons": "10.3.0"
  },
  "jest": {
    "preset": "react-native",
    "modulePathIgnorePatterns": [
      "<rootDir>/lib/"
    ]
  },
  "packageManager": "pnpm@11.5.2"
}
