{
  "name": "saaf-rn-marker",
  "version": "0.0.1",
  "description": "mark image on both Android and iOS",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "tsc": "tsc -p tsconfig.json",
    "prepublish": "tsc",
    "push": "npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/357280841/react-native-image-marker.git"
  },
  "keywords": [
    "react-native",
    "image",
    "marker",
    "text",
    "watermark"
  ],
  "peerDependencies": {
    "react-native": ">=0.40.0"
  },
  "author": "jimmydaddy",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/357280841/react-native-image-marker/issues"
  },
  "homepage": "https://github.com/357280841/react-native-image-marker#readme",
  "devDependencies": {
    "@commitlint/cli": "^7.2.1",
    "@commitlint/config-conventional": "^7.1.2",
    "@types/node": "^14.14.10",
    "@types/react-native": "^0.60.31",
    "husky": "^1.2.0",
    "tslib": "^1.10.0",
    "typescript": "^3.6.3"
  }
}
