-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 974 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
41
42
43
44
{
"name": "tsrntemp",
"version": "1.2.5",
"description": "react-native模版项目,通过官方脚手架快速搭建项目,已配置好路由,请求库,图标,缓存等常用工具。",
"scripts": {
"test": "exit 0"
},
"files": [
"template",
"template.config.js"
],
"keywords": [
"react-native",
"react-native-cli",
"typescript",
"jest",
"template",
"boilerplate",
"react-native-typescript-template",
"react-native-template-typescript"
],
"engines": {
"node": ">=16"
},
"author": {
"name": "wangzelin",
"email": "447867010@qq.com"
},
"contributors": [
{
"name": "wangzelin",
"email": "447867010@qq.com"
}
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"provenance": true
},
"license": "MIT",
"bugs": {
"url": "https://github.com/wanngzelin/RNTemplate/issues"
},
"homepage": "https://github.com/wanngzelin/RNTemplate#readme"
}