{
  "name": "react-native-format-currency",
  "version": "1.0.0",
  "description": "A lightweight international currency formatter for React Native & Expo (iOS and Android).",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "sideEffects": false,
  "engines": {
    "node": ">=14.0.0"
  },
  "scripts": {
    "build": "tsc -p tsconfig-build.json",
    "test": "mocha --reporter spec",
    "benchmark": "node test/benchmark.js",
    "lint": "eslint . --ext .ts --ext .tsx",
    "lint-fix": "eslint . --ext .ts --ext .tsx --fix"
  },
  "repository": "git+https://github.com/AwesomeLabs/react-native-format-currency.git",
  "author": "Awesome Labs (https://isjustawesome.com)",
  "license": "MIT",
  "keywords": [
    "react-native",
    "react native",
    "reactnative",
    "expo",
    "ios",
    "android",
    "currency",
    "formatter"
  ],
  "bugs": {
    "url": "https://github.com/AwesomeLabs/react-native-format-currency/issues"
  },
  "homepage": "https://github.com/AwesomeLabs/react-native-format-currency#readme",
  "devDependencies": {
    "@types/node": "^25.0.3",
    "@typescript-eslint/eslint-plugin": "^8.52.0",
    "@typescript-eslint/parser": "^8.52.0",
    "chai": "^4.5.0",
    "eslint": "^9.39.2",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-airbnb-typescript": "^18.0.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jsx-a11y": "^6.6.1",
    "eslint-plugin-prettier": "^5.5.4",
    "eslint-plugin-react": "^7.30.1",
    "eslint-plugin-react-hooks": "^7.0.1",
    "eslint-plugin-react-native": "^5.0.0",
    "mocha": "^11.7.5",
    "prettier": "^3.7.4",
    "typescript": "^5.9.3"
  },
  "dependencies": {}
}