-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.17 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.17 KB
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
{
"name": "inputs-react-native",
"version": "1.0.1",
"description": "Awesome inputs for react native with built-in validations",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c",
"start": "rollup -c -w"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/JazibJafri/inputs-react-native.git"
},
"keywords": [],
"author": "JazibJafri",
"license": "MIT",
"bugs": {
"url": "https://github.com/JazibJafri/inputs-react-native/issues"
},
"homepage": "https://github.com/JazibJafri/inputs-react-native#readme",
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/runtime": "^7.10.4",
"@types/react": "^16.9.41",
"@types/react-native": "^0.62.16",
"react": "^16.13.1",
"react-native": "^0.62.2",
"rollup": "^2.18.2",
"rollup-plugin-typescript2": "^0.27.1",
"typescript": "^3.9.6"
},
"peerDependencies": {
"react": "^16.8.0",
"react-native": "^0.60.0"
},
"dependencies": {}
}