-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 934 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
{
"name": "trace-stack",
"version": "1.0.0",
"description": "Self-hosted serverless tracing.",
"main": "index.js",
"repository": "git@github.com:includable/trace-stack.git",
"author": "Thomas Schoffelen <thomas@schof.co>",
"license": "MIT",
"private": true,
"packageManager": "yarn@4.4.1",
"scripts": {
"deploy": "yarn build && yarn turbo deploy --env-mode=loose --color",
"auto-trace": "cd packages/api && yarn auto-trace",
"build": "yarn turbo build --env-mode=loose --color",
"test": "yarn turbo test --env-mode=loose --color",
"start": "turbo dev --env-mode=loose --color",
"release": "multi-semantic-release"
},
"workspaces": {
"packages": [
"packages/*"
]
},
"devDependencies": {
"@anolilab/multi-semantic-release": "^1.1.3",
"prettier": "^3.3.3",
"semantic-release": "^24.1.0",
"serverless-domain-manager": "^7.4.0",
"turbo": "^2.1.1"
}
}