-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1012 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 1012 Bytes
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
{
"name": "@plastmem/workspace",
"type": "module",
"private": true,
"packageManager": "pnpm@10.30.0",
"scripts": {
"bench:longmemeval": "pnpm -F @plastmem/longmemeval start",
"build": "pnpm -r build",
"client:gen": "pnpm dlx @hey-api/openapi-ts -i http://localhost:3000/openapi.json -o packages/plastmem/src",
"dev": "pnpm -rF @plastmem/haru dev",
"dev:hmr": "pnpm -rF @plastmem/haru dev:hmr",
"lint": "eslint .",
"test": "vitest"
},
"devDependencies": {
"@antfu/eslint-config": "catalog:",
"@eslint-react/eslint-plugin": "catalog:",
"@moeru/eslint-config": "catalog:",
"@moeru/tsconfig": "catalog:",
"@types/node": "catalog:",
"@vitejs/plugin-react": "catalog:",
"eslint": "catalog:",
"eslint-plugin-react-hooks": "catalog:",
"eslint-plugin-react-refresh": "catalog:",
"pkgroll": "catalog:",
"tsx": "catalog:",
"typescript": "catalog:",
"vite": "catalog:",
"vite-node": "catalog:",
"vitest": "catalog:"
}
}