forked from CopilotKit/CopilotKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 1.09 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
{
"private": false,
"scripts": {
"build": "turbo build",
"dev": "turbo dev --concurrency 14",
"lint": "turbo lint",
"clean": "turbo clean",
"test": "turbo test",
"docs": "ts-node ./scripts/docs/gen.ts",
"check-types": "turbo check-types",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"check-prettier": "prettier --check \"**/*.{ts,tsx,md}\"",
"publish-packages": "turbo run build lint && changeset version && changeset publish",
"freshbuild": "pnpm clean && pnpm install && pnpm build"
},
"devDependencies": {
"@types/node": "^18.11.17",
"eslint": "^8.56.0",
"eslint-config-custom": "workspace:*",
"glob": "^10.3.12",
"install": "^0.13.0",
"npm": "^10.7.0",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.1.11",
"ts-node": "^10.9.2",
"turbo": "latest",
"typescript": "^5.2.3"
},
"packageManager": "pnpm@8.14.3",
"dependencies": {
"@changesets/cli": "^2.26.2"
},
"keywords": ["copilotkit", "copilot", "react", "nextjs", "nodejs", "ai", "assistant", "javascript", "automation", "textarea"]
}