forked from yarnpkg/berry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) Β· 1.38 KB
/
package.json
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
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@yarnpkg/plugin-interactive-tools",
"version": "4.0.0",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"exports": {
".": "./sources/index.ts",
"./package.json": "./package.json"
},
"dependencies": {
"@yarnpkg/libui": "workspace:^",
"algoliasearch": "^4.2.0",
"clipanion": "^4.0.0-rc.2",
"diff": "^5.1.0",
"ink": "^3.0.8",
"ink-text-input": "^4.0.1",
"react": "^16.13.1",
"semver": "^7.1.2",
"tslib": "^2.4.0"
},
"peerDependencies": {
"@yarnpkg/cli": "workspace:^",
"@yarnpkg/core": "workspace:^",
"@yarnpkg/plugin-essentials": "workspace:^"
},
"devDependencies": {
"@types/diff": "^5.0.0",
"@types/react": "^16.8.0",
"@types/semver": "^7.1.0",
"@yarnpkg/builder": "workspace:^",
"@yarnpkg/cli": "workspace:^",
"@yarnpkg/core": "workspace:^",
"@yarnpkg/plugin-essentials": "workspace:^"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]/yarnpkg/berry.git",
"directory": "packages/plugin-interactive-tools"
},
"scripts": {
"postpack": "rm -rf lib",
"prepack": "run build:compile \"$(pwd)\""
},
"publishConfig": {
"main": "./lib/index.js",
"exports": {
".": "./lib/index.js",
"./package.json": "./package.json"
}
},
"files": [
"/lib/**/*"
],
"engines": {
"node": ">=18.12.0"
},
"stableVersion": "4.0.0"
}