-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 923 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 923 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
40
41
{
"name": "@grapp/react-native-tools",
"version": "0.1.3",
"bin": {
"react-native-tools": "./bin/react-native-tools"
},
"publishConfig": {
"access": "public"
},
"files": [
"README.md",
"package.json",
"bin",
"lib",
"navigation.libsonnet"
],
"peerDependencies": {
"effect": ">=3"
},
"devDependencies": {
"@grapp/eslint-config": "^0.1.2",
"@grapp/prettier-config": "^0.1.1",
"@grapp/ts-config": "^0.1.3",
"@types/bun": "latest",
"@types/cli-color": "^2.0.6",
"@types/jscodeshift": "^0.12.0",
"@types/mustache": "^4.2.5",
"effect": "^3.13.4",
"tsup": "^8.4.0"
},
"dependencies": {
"@effect/cli": "^0.56.4",
"@effect/platform": "^0.77.4",
"@effect/platform-node": "^0.73.4",
"@inquirer/prompts": "^7.3.3",
"cli-color": "^2.0.4",
"glob": "^11.0.1",
"jscodeshift": "^17.1.2",
"mustache": "^4.2.0"
}
}