-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.32 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.32 KB
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
43
44
{
"private": true,
"name": "ttoss-soat",
"version": "1.0.0",
"license": "MIT",
"contributors": [
"Pedro Arantes <arantespp@gmail.com> (https://arantespp.com)"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ttoss/soat.git"
},
"bugs": {
"url": "https://github.com/ttoss/soat/issues"
},
"scripts": {
"prepare": "husky",
"smoke-tests": "docker compose -f docker-compose.test.yml up --build --renew-anon-volumes --remove-orphans --abort-on-container-exit --exit-code-from smoke-test",
"postsmoke-tests": "docker compose -f docker-compose.test.yml down --volumes",
"dev": "docker compose -f docker-compose.dev.yml up --build",
"syncpack:fix": "syncpack fix",
"syncpack:lint": "syncpack lint"
},
"devDependencies": {
"@commitlint/cli": "^20.5.0",
"@lerna-lite/changed": "^5.1.0",
"@lerna-lite/cli": "^5.1.0",
"@lerna-lite/list": "^5.1.0",
"@lerna-lite/version": "^5.1.0",
"@ttoss/config": "^1.37.10",
"@ttoss/eslint-config": "^1.26.16",
"@ttoss/monorepo": "^1.29.10",
"@types/node": "^25.6.0",
"carlin": "^1.49.5",
"eslint": "^9",
"husky": "^9.1.7",
"lint-staged": "^16.4.0",
"prettier": "^3.8.3",
"syncpack": "^14.3.0",
"turbo": "^2.9.6",
"typescript": "~6.0.3"
},
"packageManager": "pnpm@10.33.2"
}