-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 951 Bytes
/
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
{
"name": "@yarnpkg/plugin-file",
"version": "3.0.0-rc.48",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"exports": {
".": "./sources/index.ts",
"./package.json": "./package.json"
},
"dependencies": {
"@yarnpkg/fslib": "workspace:^",
"@yarnpkg/libzip": "workspace:^",
"tslib": "^2.4.0"
},
"peerDependencies": {
"@yarnpkg/core": "workspace:^"
},
"devDependencies": {
"@yarnpkg/core": "workspace:^"
},
"repository": {
"type": "git",
"url": "ssh://git@github.com/yarnpkg/berry.git",
"directory": "packages/plugin-file"
},
"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": "2.3.1"
}