-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 958 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 958 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
{
"name": "auto",
"private": true,
"version": "0.1.0",
"description": "Open-source AI tool hunter — finds the best existing product for your task",
"scripts": {
"build": "pnpm -r build",
"dev": "pnpm --filter @auto/web dev",
"dev:clean": "pnpm --filter @auto/web exec rm -rf .next && pnpm dev",
"start": "pnpm --filter @auto/web start",
"lint": "pnpm -r lint",
"typecheck": "pnpm -r run typecheck",
"index-catalog": "tsx scripts/index-catalog.ts",
"index-catalog:mock": "tsx scripts/index-catalog-mock.ts",
"validate-catalog": "tsx scripts/validate-catalog.ts",
"test:recommend": "tsx scripts/test-recommend.ts",
"e2e": "tsx scripts/e2e-recommend.ts"
},
"engines": {
"node": ">=20"
},
"packageManager": "pnpm@9.15.0",
"devDependencies": {
"@auto/catalog": "workspace:*",
"@auto/core": "workspace:*",
"openai": "^4.77.0",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
}
}