-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 977 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
{
"name": "@mono-pub/root",
"version": "0.0.0-development",
"description": "Simple tool for publishing your npm packages that live in a monorepo",
"scripts": {
"build": "turbo run build",
"lint": "turbo run lint",
"test": "jest"
},
"workspaces": [
"packages/*"
],
"repository": {
"type": "git",
"url": "[email protected]:SavelevMatthew/mono-pub.git"
},
"author": {
"name": "Matthew Savelev",
"email": "[email protected]",
"url": "https://github.com/SavelevMatthew"
},
"license": "MIT",
"devDependencies": {
"@mono-pub/commit-analyzer": "workspace:^",
"@mono-pub/git": "workspace:^",
"@mono-pub/github": "workspace:^",
"@mono-pub/npm": "workspace:^",
"@types/jest": "^29.5.1",
"execa": "^5",
"jest": "^29.5.0",
"mono-pub": "workspace:^",
"prettier": "^2.8.8",
"ts-jest": "^29.1.0",
"turbo": "^2.3.3",
"typescript": "^5.0.4"
},
"packageManager": "[email protected]"
}