-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.21 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
43
44
45
46
47
48
49
50
{
"name": "@newagebel/react-native-currency-field",
"version": "1.1.0",
"description": "A fully native TextInput component that supports all currencies and locales.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/NewAgeBel/react-native-currency-field.git"
},
"keywords": [
"react",
"native",
"money",
"currency",
"currency field",
"money field",
"currency input",
"money input",
"text input",
"android",
"ios"
],
"scripts": {
"prepare": "npx tsc",
"format": "prettier --write ./index.tsx"
},
"devDependencies": {
"@react-native-community/eslint-config": "0.0.2",
"@types/react": "^16.9.50",
"@types/react-native": "^0.63.45",
"react-native": "^0.64.1",
"tslib": "^2.1.0",
"typescript": "^4.5.4",
"prettier": "^2.5.1"
},
"peerDependencies": {
"react-native": ">=0.62.2"
},
"author": "NewAgeBel",
"bugs": {
"url": "https://github.com/NewAgeBel/react-native-currency-field"
},
"homepage": "https://github.com/NewAgeBel/react-native-currency-field",
"dependencies": {},
"license": "MIT",
"publishConfig": {
"access": "public"
}
}