-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 946 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
{
"name": "@bomret/cities-skylines-mods",
"dependencies": {
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"semantic-release-replace-plugin": "1.2.7",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"husky": "9.1.6",
"rimraf": "6.0.1",
"semantic-release": "24.1.3",
"semantic-release-monorepo": "8.0.2",
"turbo": "2.2.3"
},
"packageManager": "npm@10.9.0",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/Bomret/CitiesSkylinesMods.git"
},
"scripts": {
"build": "dotnet build",
"prepare": "husky",
"publish": "npx -c 'turbo publish --concurrency=1'",
"release": "npx -c 'turbo release --concurrency=1 -- --no-ci'",
"restore": "dotnet restore"
},
"version": "0.0.0",
"workspaces": [
"./apps/*",
"./mods/*",
"./libs/*"
]
}