-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 820 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 820 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
{
"name": "whatcode-ai",
"private": true,
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/Pnlvfx/whatcode-ai.git"
},
"scripts": {
"docs": "yarn workspace @whatcode-ai/docs",
"tsc": "turbo run tsc",
"unused": "turbo run unused",
"lint": "turbo run lint",
"build": "turbo run build",
"prepare": "husky",
"update": "yarn upgrade-interactive"
},
"workspaces": [
"packages/*",
"apps/*"
],
"dependencies": {
"@whatcode-ai/whatcode": "workspace:*"
},
"devDependencies": {
"@goatjs/dbz": "^1.86.0",
"prettier": "^3.8.3",
"turbo": "^2.9.6"
},
"packageManager": "yarn@4.14.1+sha512.64df448055b2d37ba269d7db535a469b8da93f8ef1140c25fd7a83c00a8fbaacb214ca0e02553b92a2c54cef78bb67d0b4817fab02001df0e24fac0faccc3b42"
}