-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 992 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
45
46
47
{
"name": "mono-repos",
"version": "0.2.2",
"description": "Re-usable utilities for orchestrating mono-repos",
"main": "index.js",
"scripts": {
"test": "mocha test/*.test.js"
},
"bin": {
"mono": "./bin/mono"
},
"repository": {
"type": "git",
"url": "git+https://github.com/3rd-Eden/mono-repos.git"
},
"keywords": [
"mono",
"repo",
"repos",
"mono-repo",
"mono-repos",
"multi-repo",
"multi-repos",
"orchestration",
"monorepo",
"monorepos"
],
"author": "Arnout Kazemier",
"license": "MIT",
"bugs": {
"url": "https://github.com/3rd-Eden/mono-repos/issues"
},
"homepage": "https://github.com/3rd-Eden/mono-repos#readme",
"dependencies": {
"argh": "^0.1.4",
"diagnostics": "^1.1.1",
"dotfig": "^1.0.1",
"git-shizzle": "^0.0.5",
"npm-shizzle": "^1.1.0",
"rimraf": "^2.6.2",
"warnings": "^1.0.1"
},
"devDependencies": {
"assume": "^1.5.2",
"mocha": "^5.0.1"
}
}