-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "react-native-text-input-mask",
"version": "3.0.0",
"description": "Text input mask for React Native.",
"files": [
"dist"
],
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/react-native-community/react-native-text-input-mask"
},
"keywords": [
"react",
"native",
"mask",
"text input",
"android",
"ios"
],
"scripts": {
"prepublish": "npx tsc",
"postinstall": "npx tsc"
},
"devDependencies": {
"@react-native-community/eslint-config": "0.0.2",
"@types/react": "^16.9.50",
"@types/react-native": "^0.63.45",
"react-native": "^0.63.4",
"tslib": "^2.1.0",
"typescript": "^4.1.3"
},
"peerDependencies": {
"react-native": ">=0.62.2"
},
"author": "Ivan Zotov",
"bugs": {
"url": "https://github.com/react-native-community/react-native-text-input-mask/issues"
},
"homepage": "https://github.com/react-native-community/react-native-text-input-mask"
}