{
  "name": "@maptimy/platform-formatters",
  "version": "0.6.1",
  "description": "Formatters for different plaforms e.g. Web, React Native and Android",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "source": "src/index.ts",
  "scripts": {
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/maptimy/platform-formatters.git"
  },
  "keywords": [
    "React",
    "Native",
    "Web",
    "Distance",
    "Duration",
    "Formatter"
  ],
  "collaborators": [
    "Benjamin Trounson <btrounson@outlook.co.nz> (https://github.com/bjtrounson)",
    "Ian Wagner <ian@stadiamaps.com>",
    "Jacob Fielding <jacob@rallista.app>",
    "Luke Seelenbinder <luke@stadiamaps.com>"
  ],
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/maptimy/platform-formatters/issues"
  },
  "homepage": "https://github.com/maptimy/platform-formatters#readme",
  "devDependencies": {
    "react-native": "^0.78.0",
    "typescript": "^5.8.2"
  },
  "peerDependencies": {
    "react-native": "*"
  },
  "peerDependenciesMeta": {
    "react-native": {
      "optional": true
    }
  }
}
