-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.03 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
42
{
"name": "@genry/root",
"description": "Genry",
"keywords": [
"scaffolder",
"generator"
],
"author": {
"name": "Rinat Arsaev",
"email": "krickray@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/KrickRay/genry.git"
},
"private": true,
"license": "MIT",
"scripts": {
"release": "lerna version && lerna publish from-git --yes && yarn workspace genry-vscode release"
},
"workspaces": {
"packages": [
"packages/*"
],
"nohoist": [
"genry-vscode/glob",
"genry-vscode/glob/**",
"genry-vscode/node-ipc",
"genry-vscode/node-ipc/**",
"genry-vscode/uuid",
"genry-vscode/uuid/**"
]
},
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"cross-env": "^7.0.2",
"husky": "^4.2.5",
"lerna": "^3.20.2",
"shx": "^0.3.2"
}
}