forked from openai/chatkit-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.21 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.21 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
{
"name": "root",
"private": true,
"version": "0.0.0",
"scripts": {
"build": "pnpm -r build",
"dev:docs": "pnpm -F docs dev",
"test": "pnpm -r run test",
"lint": "pnpm -r run lint",
"format:check": "prettier --check .",
"format": "prettier --write .",
"types": "pnpm -r run types",
"clean": "pnpm -r run clean",
"check": "prettier --check . && pnpm -r run lint && pnpm types && pnpm -r run test",
"ci:publish": "pnpm publish -r --access public",
"release": "changeset version && pnpm -r build && changeset publish"
},
"devDependencies": {
"@changesets/cli": "2.27.10",
"@eslint/js": "^9.35.0",
"@typescript-eslint/eslint-plugin": "^8.44.0",
"@typescript-eslint/parser": "^8.44.0",
"eslint": "^9.35.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"globals": "^16.4.0",
"prettier": "^3.6.2",
"rimraf": "^6.0.0",
"tsup": "^8.0.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.45.0"
},
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
}