UNPKG

1.12 kBJSONView Raw
1{
2 "name": "@yarnpkg/shell",
3 "version": "3.0.0-rc.2",
4 "license": "BSD-2-Clause",
5 "main": "./lib/index.js",
6 "bin": "./lib/cli.js",
7 "dependencies": {
8 "@yarnpkg/fslib": "^2.5.0-rc.2",
9 "@yarnpkg/parsers": "^2.3.1-rc.2",
10 "clipanion": "^3.0.0-rc.10",
11 "cross-spawn": "7.0.3",
12 "fast-glob": "^3.2.2",
13 "micromatch": "^4.0.2",
14 "stream-buffers": "^3.0.2",
15 "tslib": "^1.13.0"
16 },
17 "devDependencies": {
18 "@types/cross-spawn": "6.0.0",
19 "@types/micromatch": "^4.0.1",
20 "@yarnpkg/monorepo": "0.0.0"
21 },
22 "scripts": {
23 "postpack": "rm -rf lib",
24 "prepack": "run build:compile \"$(pwd)\"",
25 "release": "yarn npm publish",
26 "test:shell": "run test:unit packages/yarnpkg-shell"
27 },
28 "publishConfig": {
29 "main": "./lib/index.js",
30 "bin": "./lib/cli.js",
31 "typings": "./lib/index.d.ts"
32 },
33 "files": [
34 "/lib/**/*"
35 ],
36 "repository": {
37 "type": "git",
38 "url": "ssh://git@github.com/yarnpkg/berry.git",
39 "directory": "packages/yarnpkg-shell"
40 },
41 "engines": {
42 "node": ">=10.19.0"
43 },
44 "stableVersion": "2.4.1",
45 "typings": "./lib/index.d.ts"
46}
\No newline at end of file