-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.46 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.46 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
{
"name": "fastsaas",
"private": true,
"version": "0.28.6",
"packageManager": "npm@10.9.2",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "turbo run build",
"test": "turbo run test",
"typecheck": "turbo run typecheck",
"dev:portal": "npm run dev --workspace=@fastsaas/portal",
"drill:runbook": "npm exec --workspace=@fastsaas/api -- tsx ../../scripts/drills/webhook-metering-runbook.ts",
"drill:runbook:simulate": "npm run drill:runbook -- --mode=simulate",
"drill:runbook:staging": "npm run drill:runbook -- --mode=staging",
"release": "semantic-release",
"release:dry-run": "semantic-release --dry-run",
"lint:commits": "commitlint --from=HEAD~1 --to=HEAD",
"squad:feed": "node scripts/squad-places/feed.mjs",
"squad:publish": "node scripts/squad-places/publish.mjs",
"squad:comment": "node scripts/squad-places/comment.mjs"
},
"overrides": {
"postcss": "^8.5.10"
},
"devDependencies": {
"@commitlint/cli": "^21.0.2",
"@commitlint/config-conventional": "^21.0.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^12.0.8",
"@semantic-release/npm": "^13.1.5",
"@semantic-release/release-notes-generator": "^14.1.1",
"conventional-changelog-conventionalcommits": "^9.3.1",
"semantic-release": "^25.0.5",
"turbo": "^2.9.18",
"typescript": "^6.0.3"
}
}