-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.21 KB
/
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
{
"name": "rigjs",
"version": "1.0.27",
"description": "A multi-repos dev tool based on yarn and git.Rig is inspired by cocoapods. Not like those monorepo solutions,rig is a tool for organizing multi-repos.",
"keywords": [
"modular",
"lerna",
"monorepo",
"multirepos",
"cocoapods",
"symlink",
"npm link",
"workspaces"
],
"main": "index.js",
"repository": "https://github.com/FlashHand/rig",
"author": "ralwayne",
"license": "MIT",
"bin": {
"rig": "bin/rig.js"
},
"scripts": {
"init": "cd demo && node ../lib/rig/index.js init",
"i": "cd demo && node ../lib/rig/index.js install",
"p": "cd demo && node ../lib/rig/index.js publish",
"prei": "cd demo && node ../lib/rig/index.js preinstall",
"posti": "cd demo && node ../lib/rig/index.js postinstall",
"c": "d demo && node ../lib/rig/index.js check",
"envmake": "cd demo && node ../lib/rig/index.js --env prod_view_zhs",
"t": "node lib/rig/index.js tag",
"deliver": "npm publish --registry=https://registry.npmjs.org"
},
"dependencies": {
"chalk": "^4.1.0",
"commander": "6.1.0",
"inquirer": "7.3.3",
"json5": "2.1.3",
"ora": "^5.1.0",
"shelljs": "^0.8.4"
}
}