-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 1.07 KB
/
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
{
"name": "react-native-template-ts-boilerplate",
"version": "3.2.1",
"licenses": [
{
"type": "MIT"
}
],
"description": "Um projeto baseado inicialmente no template `typescript` que temos para react native, porém, com algumas configurações extra que na grande maioria das vezes fará sentido serem configuradas. Aqui, já teremos tudo pronto.",
"files": [
"template",
"template.config.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/IgorMing/react-native-template-ts-boilerplate.git"
},
"keywords": [
"react-native",
"typescript",
"styled-components",
"absolute-import",
"zustand",
"template",
"boilerplate"
],
"author": "Igor Ming de Mesquita <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/IgorMing/react-native-template-ts-boilerplate/issues"
},
"homepage": "https://github.com/IgorMing/react-native-template-ts-boilerplate#readme",
"main": "template.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}