-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
40 lines (40 loc) · 980 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
39
40
{
"name": "teaset-pro",
"version": "0.8.6",
"description": "A UI library for react native.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release:next": "npm publish --access public --tag next",
"release": "npm publish --access public",
"lint": "eslint ./components"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lzhd/teaset-pro.git"
},
"keywords": [
"teaset",
"react",
"native",
"UI",
"library",
"framework"
],
"author": "rilyu",
"license": "MIT",
"bugs": {
"url": "https://github.com/lzhd/teaset-pro/issues"
},
"homepage": "https://github.com/lzhd/teaset-pro#readme",
"peerDependencies": {
"@react-navigation/native":">=5.0.0",
"react": ">=16.11.0",
"react-native": ">=0.62.0"
},
"devDependencies": {
"prop-types": "^15.8.1",
"@react-native-community/eslint-config": "^3.0.1",
"eslint": "^7.32.0"
}
}