forked from ProdutorAgro/react-native-masked-input-text
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.15 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
{
"name": "react-native-masked-input-text",
"version": "1.0.13",
"description": "A typescript masked InputText for react-native",
"main": "index.tsx",
"repository": "[email protected]:ProdutorAgro/react-native-masked-input-text.git",
"author": "Matheus Nogueira <[email protected]>",
"license": "MIT",
"scripts": {
"build": "jest && tsc --p tsconfig.json",
"test": "jest --coverage"
},
"peerDependencies": {
"react": "^17.0.2"
},
"keywords": [
"react-native",
"mask",
"input"
],
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-regenerator": "^7.4.4",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"@types/jest": "^24.0.11",
"@types/react": "^18.2.0",
"@types/react-native": "^0.57.50",
"react-native": "^0.66.4",
"babel-jest": "^24.7.1",
"jest": "^24.7.1",
"ts-jest": "^24.0.2",
"typescript": "^3.4.5"
}
}