{
  "name": "react-native-furi",
  "version": "0.0.2",
  "description": "Japanese Furigana Component",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "tslint": "tslint --fix --project ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eseom/react-native-furi.git"
  },
  "keywords": [
    "japanese",
    "furigana",
    "react-native"
  ],
  "author": "EunseokEom",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/eseom/react-native-furi/issues"
  },
  "homepage": "https://github.com/eseom/react-native-furi/",
  "devDependencies": {
    "@types/react": "^16.4.15",
    "@types/react-native": "^0.57.2",
    "tsc": "^1.20150623.0",
    "tslint": "^5.11.0",
    "typescript": "^3.1.1"
  },
  "files": [
    "dist/**/*.js",
    "dist/**/*.d.ts",
    "dist/index.d.ts"
  ],
  "types": "dist/index.d.ts",
  "dependencies": {}
}
