-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 878 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 878 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
36
37
38
39
{
"name": "setup-nativewind",
"version": "1.2.1",
"description": "One command NativeWind setup for Expo and React Native",
"main": "src/index.js",
"type": "module",
"bin": {
"setup-nativewind": "bin/index.js"
},
"files": [
"bin",
"src"
],
"keywords": [
"nativewind",
"tailwindcss",
"react-native",
"expo",
"cli",
"setup"
],
"author": "Farhan <farhan104757@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/FarhanCodeSpace/setup-nativewind.git"
},
"homepage": "https://github.com/FarhanCodeSpace/setup-nativewind#readme",
"bugs": {
"url": "https://github.com/FarhanCodeSpace/setup-nativewind/issues"
},
"dependencies": {
"chalk": "^5.3.0",
"commander": "^11.1.0",
"fs-extra": "^11.2.0",
"ora": "^7.0.1",
"prompts": "^2.4.2"
}
}