-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 976 Bytes
/
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
{
"name": "@marcoslucianops/react-native-text-input-mask",
"version": "3.1.5",
"description": "Text input mask for React Native.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/marcoslucianops/react-native-text-input-mask"
},
"keywords": [
"react",
"native",
"mask",
"text input",
"android",
"ios"
],
"scripts": {
"prepublish": "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": "Martin Treurnicht",
"bugs": {
"url": "https://github.com/marcoslucianops/react-native-text-input-mask/issues"
},
"homepage": "https://github.com/marcoslucianops/react-native-text-input-mask"
}