-
Notifications
You must be signed in to change notification settings - Fork 156
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.24 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.24 KB
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
42
43
44
45
46
47
{
"name": "@callstack/repack-init",
"description": "Automates the integration of the @callstack/repack into React-Native projects",
"author": "Jakub Romańczyk <jakub.romanczyk@callstack.com>",
"license": "MIT",
"version": "5.2.5",
"homepage": "https://github.com/callstack/repack",
"repository": "github:callstack/repack",
"keywords": ["repack", "re.pack", "init", "repack-init"],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"bin": "dist/bin.js",
"main": "dist/bin.js",
"files": ["dist"],
"engineStrict": true,
"engines": {
"node": ">=18"
},
"type": "module",
"scripts": {
"build": "rslib build",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"preferred-pm": "^4.1.1",
"xcode": "3.0.1"
},
"devDependencies": {
"@clack/prompts": "^0.9.1",
"@manypkg/find-root": "^2.2.3",
"@rslib/core": "catalog:",
"@types/node": "catalog:",
"@types/semver": "^7.5.8",
"@types/which-pm-runs": "^1.0.2",
"@types/yargs": "^17.0.33",
"chalk": "^5.4.1",
"dedent": "^1.5.3",
"execa": "^9.5.2",
"gradient-string": "^3.0.0",
"semver": "^7.6.3",
"typescript": "catalog:",
"which-pm-runs": "^1.1.0",
"yargs": "^17.7.2"
}
}