{
    "name": "react-native-masked-text",
    "version": "1.10.0",
    "description": "Text and TextInput with mask for React Native applications",
    "licenses": [
        {
            "type": "MIT",
            "url": "https://www.opensource.org/licenses/mit-license.php"
        }
    ],
    "main": "./dist/rnmt.js",
    "scripts": {
        "clean": "rimraf dist",
        "test": "jest",
        "build": "babel ./rnmt.js ./lib/*.js ./lib/**/*.js -d ./dist",
        "prepublish": "npm test && npm run clean && npm run build",
        "start": "node node_modules/react-native/local-cli/cli.js start",
        "ios": "react-native run-ios"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/benhurott/react-native-masked-text.git"
    },
    "keywords": [
        "mask",
        "text",
        "textinput",
        "react-native",
        "custom",
        "money"
    ],
    "author": "Ben-hur Santos Ott",
    "license": "ISC",
    "bugs": {
        "url": "https://github.com/benhurott/react-native-masked-text/issues"
    },
    "homepage": "https://github.com/benhurott/react-native-masked-text#readme",
    "dependencies": {
        "moment": "2.19.3",
        "tinymask": "^1.0.2"
    },
    "devDependencies": {
        "@types/react-native": "*",
        "@types/react": "*",
        "babel-cli": "^6.26.0",
        "rimraf": "^2.6.2",
        "react": "16.3.1",
        "react-native": "0.55.4",
        "babel-jest": "23.4.2",
        "babel-preset-react-native": "4.0.0",
        "jest": "23.5.0",
        "react-test-renderer": "16.3.1",
        "react-native-masked-text": "1.9.0"
    },
    "jest": {
        "preset": "react-native"
    }
}
