-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 995 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 995 Bytes
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
{
"name": "react-native-template-redux-typescript",
"version": "1.0.1",
"description": "Clean and minimalist React Native template for a quick start with Redux and TypeScript.",
"scripts": {
"test": "exit 0",
"buildjs": "babel --extensions .ts,.tsx template -d template-js --copy-files"
},
"files": [
"template",
"template.config.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/rahsheen/react-native-template-redux-typescript.git"
},
"keywords": [
"react-native",
"typescript",
"jest",
"template",
"boilerplate"
],
"author": "Rahsheen Porter <info@rah.codes>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rahsheen/react-native-template-redux-typescript/issues"
},
"homepage": "https://github.com/rahsheen/react-native-template-redux-typescript#readme",
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.19.6",
"@babel/preset-typescript": "^7.18.6"
}
}