-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.03 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
{
"name": "@forumone/throughline",
"private": true,
"description": "Conversational content management framework (MCP servers + Payload plugins).",
"repository": {
"type": "git",
"url": "git+https://github.com/forumone/throughline.git"
},
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"typecheck": "turbo run typecheck",
"test": "turbo run test",
"clean": "turbo run clean",
"format": "prettier --write .",
"format:check": "prettier --check .",
"changeset": "changeset",
"version": "changeset version",
"publish-packages": "turbo run build && changeset publish"
},
"devDependencies": {
"@changesets/changelog-git": "^0.2.1",
"@changesets/cli": "^2.27.0",
"prettier": "^3.4.0",
"turbo": "^2.3.0",
"typescript": "^5.6.0"
},
"packageManager": "pnpm@10.33.0",
"engines": {
"node": ">=20.9.0",
"pnpm": ">=10.0.0"
},
"pnpm": {
"overrides": {
"react": "19.2.5",
"react-dom": "19.2.5"
}
}
}