-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 852 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": "react-native-template-sishu",
"version": "0.61.5-54",
"description": "私塾国际学府 React Native 团队开箱即用项目模板",
"scripts": {
"postversion": "git push --tags && git push && npm publish"
},
"files": [
"template",
"template.config.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/sishuguojixuefu/react-native-template-sishu.git"
},
"keywords": [
"react-native",
"typescript",
"jest",
"template",
"boilerplate"
],
"author": {
"name": "杨俊宁",
"url": "https://youngjuning.js.org",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/sishuguojixuefu/react-native-template-sishu/issues"
},
"homepage": "https://github.com/sishuguojixuefu/react-native-template-sishu#readme"
}