-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 965 Bytes
/
package.json
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
{
"name": "@thenbe/globgpt-monorepo",
"version": "0.0.0",
"scripts": {
"build": "pnpm -r build",
"dev": "task build --watch --interval=3000ms --force",
"check": "pnpm -r --parallel --aggregate-output run check",
"check:watch": "task check --watch --interval=3000ms --force",
"lint": "pnpm -r --parallel --aggregate-output run lint",
"lint:watch": "task lint --watch --interval=3000ms --force",
"test": "vitest --run",
"test:watch": "vitest",
"ks": "pnpm check; pnpm lint; pnpm test; pnpm build",
"release": "pnpm run build && changeset publish"
},
"devDependencies": {
"@changesets/cli": "2.26.1",
"@go-task/cli": "3.25.0",
"vitest": "0.31.1"
},
"description": "monorepo for globgpt",
"homepage": "https://github.com/thenbe/globgpt",
"bugs": {
"url": "https://github.com/thenbe/globgpt/issues"
},
"author": "",
"license": "MIT",
"keywords": [
"ai",
"llm",
"chat",
"bot",
"chatbot",
"gpt4"
],
"private": true
}