-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 828 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
{
"name": "monorepo-template",
"version": "1.0.0",
"description": "",
"scripts": {
"bootstrap": "lerna bootstrap",
"generate": "plop --plopfile ./generators/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"repository": {
"type": "git",
"url": "[email protected]:mikenikles/monorepo-template.git"
},
"author": "Mike, @mikenikles",
"license": "ISC",
"devDependencies": {
"git-config-path": "^2.0.0",
"husky": "^4.2.1",
"lerna": "^3.20.2",
"lodash": "^4.17.15",
"npm-run-all": "^4.1.5",
"parse-git-config": "^3.0.0",
"plop": "^2.5.3",
"plop-helper-git-config": "^1.0.0",
"prettier": "2.0.4",
"pretty-quick": "^2.0.1",
"typescript": "^3.7.5"
}
}