forked from Thinkmill/manypkg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 840 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
{
"name": "@manypkg/cli",
"version": "0.22.0",
"repository": {
"type": "git",
"url": "https://github.com/Thinkmill/manypkg.git",
"directory": "packages/cli"
},
"license": "MIT",
"main": "dist/manypkg-cli.cjs.js",
"module": "dist/manypkg-cli.esm.js",
"bin": {
"manypkg": "./bin.js"
},
"dependencies": {
"@manypkg/get-packages": "^2.2.1",
"detect-indent": "^6.0.0",
"normalize-path": "^3.0.0",
"p-limit": "^2.2.1",
"package-json": "^10.0.1",
"parse-github-url": "^1.0.2",
"picocolors": "^1.1.0",
"sembear": "^0.7.0",
"semver": "^7.6.3",
"tinyexec": "^0.3.1",
"validate-npm-package-name": "^5.0.1"
},
"devDependencies": {
"@changesets/types": "^5.2.1",
"fixturez": "^1.1.0",
"strip-ansi": "^6.0.0"
},
"engines": {
"node": ">=18.0.0"
}
}