UNPKG

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