n4kz/react-native-material-textfield

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "react-native-material-textfield",
  "version": "0.16.1",
  "license": "BSD-3-Clause",
  "author": "Alexander Nazarov <n4kz@n4kz.com>",

  "description": "Material textfield",
  "keywords": [
    "react",
    "react-component",
    "react-native",
    "ios",
    "android",
    "material",
    "input",
    "textinput",
    "field",
    "textfield",
    "floating",
    "label"
  ],

  "main": "index.js",
  "files": ["index.js", "src/*", "license.txt", "readme.md", "changelog.md"],

  "repository": {
    "type": "git",
    "url": "git://github.com/n4kz/react-native-material-textfield.git"
  },

  "dependencies": {
    "prop-types": "^15.5.9"
  },

  "peerDependencies": {
    "react": ">=16.3.0",
    "react-native": ">=0.55.0"
  },

  "devDependencies": {
    "@babel/core": "^7.5.5",
    "@babel/runtime": "^7.5.5",
    "babel-eslint": "^10.0.0",
    "babel-jest": "^24.9.0",
    "eslint": "^6.5.0",
    "eslint-plugin-react": "^7.16.0",
    "eslint-plugin-react-native": "^3.7.0",
    "jest": "^24.9.0",
    "metro-react-native-babel-preset": "^0.56.0",
    "react": "16.10.2",
    "react-native": "0.61.2",
    "react-test-renderer": "16.10.2"
  },

  "scripts": {
    "test": "eslint index.js src && jest --silent",
    "lint": "eslint index.js src example/app.js",
    "jest": "jest"
  },

  "jest": {
    "preset": "react-native",
    "modulePathIgnorePatterns": ["<rootDir>/example"]
  }
}