forked from thecodingmachine/react-native-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
27 lines (27 loc) · 752 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
{
"name": "@ozanmanav/react-native-boilerplate-ts",
"version": "2.1.4",
"description": "TheCodingMachine React Native Boilerplate With Typescript",
"repository": {
"type": "git",
"url": "https://github.com/ozanmanav/react-native-boilerplate-ts.git"
},
"author": "Ozan Manav <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ozanmanav/react-native-boilerplate-ts/issues"
},
"homepage": "https://github.com/ozanmanav/react-native-boilerplate-ts#readme",
"main": "post-init.script.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"native",
"boilerplate",
"thecodingmachine",
"react-native",
"starter-kit"
]
}