-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 904 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
{
"name": "rn-cascade-picker",
"version": "2.0.0",
"description": "A cascade picker component written in pure JavaScript for React Native",
"main": "src/cascade-picker/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "standard-version --skip.changelog --skip.tag --release-as",
"pub": "sh ./publish.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yorickshan/rn-cascade-picker.git"
},
"keywords": [
"picker",
"cascade",
"react-native"
],
"author": "yorickshan",
"license": "MIT",
"bugs": {
"url": "https://github.com/yorickshan/rn-cascade-picker/issues"
},
"homepage": "https://github.com/yorickshan/rn-cascade-picker#readme",
"peerDependencies": {
"react": ">= 16.13.1",
"react-native": ">= 0.63.4"
},
"devDependencies": {
"standard-version": "^9.3.2"
}
}