-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 849 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 849 Bytes
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
{
"name": "@adeira/monorepo-shipit",
"description": "Monorepo → many repos (Git) exporter.",
"homepage": "https://github.com/adeira/monorepo-shipit",
"bugs": "https://github.com/adeira/universe/issues",
"repository": {
"type": "git",
"url": "git@github.com:adeira/universe.git",
"directory": "src/monorepo-shipit"
},
"license": "MIT",
"version": "0.4.0",
"type": "commonjs",
"bin": {
"monorepo-importit": "bin/importit.js",
"monorepo-shipit": "bin/shipit.js"
},
"sideEffects": false,
"dependencies": {
"@adeira/js": "^2.1.1",
"@adeira/monorepo-utils": "^0.12.0",
"@adeira/shell-command": "^0.1.0",
"@babel/runtime": "^7.28.3",
"chalk": "^4.1.2",
"commander": "^12.1.0",
"fast-levenshtein": "^3.0.0"
},
"devDependencies": {
"@adeira/fixtures-tester": "^1.1.1"
}
}