app-expo-cli 1.0.3 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +24 -5
package/README.md CHANGED
@@ -82,6 +82,8 @@ Graphics: react-native-svg
82
82
 
83
83
  আপনি যদি এই টেমপ্লেটে কোনো পরিবর্তন বা নতুন ফিচার যোগ করতে চান, তবে অবশ্যই একটি Pull Request ওপেন করবেন।
84
84
 
85
+ GitHub: https://github.com/arifbiswas/app-expo-cli
86
+
85
87
  ## 👤 Author
86
88
 
87
89
  Arif Biswas
package/package.json CHANGED
@@ -1,7 +1,29 @@
1
1
  {
2
2
  "name": "app-expo-cli",
3
- "version": "1.0.3",
4
- "description": "",
3
+ "version": "1.0.5",
4
+ "description": "A powerful CLI to bootstrap Expo projects with professional architecture",
5
+ "keywords": [
6
+ "expo",
7
+ "react-native",
8
+ "cli",
9
+ "boilerplate",
10
+ "template",
11
+ "redux-toolkit",
12
+ "architecture",
13
+ "expo-router",
14
+ "starter-kit",
15
+ "arifbiswas"
16
+ ],
17
+ "author": "Arif Biswas",
18
+ "license": "MIT",
19
+ "repository": {
20
+ "type": "git",
21
+ "url": "git+https://github.com/arifbiswas/app-expo-cli.git"
22
+ },
23
+ "bugs": {
24
+ "url": "https://github.com/arifbiswas/app-expo-cli/issues"
25
+ },
26
+ "homepage": "https://github.com/arifbiswas/app-expo-cli/blob/main/README.md",
5
27
  "type": "module",
6
28
  "bin": {
7
29
  "app-expo-cli": "./bin/index.js"
@@ -13,9 +35,6 @@
13
35
  "publishConfig": {
14
36
  "access": "public"
15
37
  },
16
- "keywords": [],
17
- "author": "",
18
- "license": "ISC",
19
38
  "dependencies": {
20
39
  "@clack/prompts": "^1.0.1",
21
40
  "chalk": "^5.6.2",