{
  "name": "@axelor/aos-mobile-hr",
  "version": "9.1.0",
  "author": "Axelor",
  "license": "AGPL-3.0-only",
  "publishConfig": {
    "access": "public"
  },
  "main": "lib/index.js",
  "types": "lib/index.d.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "clean": "rm -rf lib/",
    "compile": "tsc -p tsconfig.build.json",
    "dev": "npm run compile -- --watch",
    "build": "npm run clean && npm run compile",
    "npm-publish": "npm publish",
    "lint": "eslint .",
    "format": "prettier --write src/",
    "format:check": "prettier --check src/",
    "license:add": "npx add-copyright-header --generate --dir 'src'"
  },
  "peerDependencies": {
    "react": "19.2.0",
    "react-native": "0.83.9"
  },
  "dependencies": {
    "@axelor/aos-mobile-core": "9.1.0",
    "@axelor/aos-mobile-ui": "9.1.0",
    "@reduxjs/toolkit": "2.11.2"
  },
  "devDependencies": {
    "@babel/runtime": "^7.25.0",
    "@react-native/babel-preset": "0.83.9",
    "@react-native/eslint-config": "0.83.9",
    "@react-native/typescript-config": "0.83.9",
    "@types/react": "^19.2.0",
    "eslint": "8.57.0",
    "prettier": "^3.3.3",
    "react": "19.2.0",
    "react-native": "0.83.9"
  },
  "resolutions": {
    "@types/react": "^19.2.0"
  }
}
