{
  "name": "react-native-indoor-map",
  "version": "2.1.2",
  "description": "Renders indoor map as SVG",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc"
  },
  "author": "Patrick Abrahamsson",
  "license": "ISC",
  "homepage": "https://github.com/putteabrahamsson/react-native-indoor-map",
  "keywords": [
    "react-native",
    "react",
    "indoor map",
    "map",
    "indoor-map",
    "markers",
    "react-native-indoor-map",
    "react native indoor map",
    "indoor"
  ],
  "devDependencies": {
    "@types/react": "^18.0.12",
    "@types/react-native": "^0.67.8",
    "typescript": "^4.7.3"
  },
  "dependencies": {
    "react": "^17.0.2",
    "react-native": "^0.68.2",
    "react-native-svg": "^12.3.0"
  }
}
