{
  "name": "icomoon-helper",
  "version": "0.0.2",
  "description": "Helper for icomoon custom font render",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "yarn tsc -p . && yarn eslint ./src --ext .js,.jsx,.ts,.tsx"
  },
  "keywords": [
    "icomoon",
    "font",
    "react",
    "react-native",
    "react-component",
    "react-native-component",
    "mobile",
    "ios",
    "android",
    "ui",
    "icon",
    "icons",
    "vector",
    "svg"
  ],
  "author": {
    "name": "Ivan Alexandrov",
    "email": "axinvd@gmail.com"
  },
  "license": "MIT",
  "homepage": "https://github.com/Axinvd/icomoon-helper.git",
  "bugs": {
    "url": "https://github.com/Axinvd/icomoon-helper/issues"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/Axinvd/icomoon-helper.git"
  },
  "devDependencies": {
    "@tsconfig/node10": "^1.0.7",
    "@types/glob": "^7.1.3",
    "@types/node": "^14.14.13",
    "@types/react-native": "^0.63.37",
    "@typescript-eslint/eslint-plugin": "^4.9.1",
    "@typescript-eslint/parser": "^4.9.1",
    "eslint": "^7.15.0",
    "typescript": "^4.1.3",
    "prettier": "^2.3.0"
  },
  "peerDependencies": {
    "react": ">=16.4.0",
    "react-native": ">=0.59.0"
  }
}
