-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.51 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.51 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "whatcode-ai",
"private": true,
"description": "Monorepo for WhatCode. One-script setup to start opencode and expose it over HTTPS via Tailscale from anywhere.",
"keywords": [
"opencode",
"tailscale",
"ai",
"cli",
"sdk",
"server",
"https",
"tunnel",
"remote"
],
"homepage": "https://www.whatcode.app/",
"repository": {
"type": "git",
"url": "https://github.com/Pnlvfx/whatcode-ai.git"
},
"type": "module",
"workspaces": [
"packages/*",
"apps/*"
],
"scripts": {
"build": "turbo build",
"dev": "yarn whatcode start --log-level debug --port 6666 --opencode-port 4099 --hostname 0.0.0.0",
"docs": "yarn workspace @whatcode-ai/docs",
"initialize": "turbo initialize",
"lint": "turbo lint",
"prepare": "lefthook install",
"tsc": "turbo tsc",
"update": "yarn workspace @whatcode-ai/sdk initialize && yarn upgrade-interactive"
},
"dependencies": {
"@whatcode-ai/whatcode": "workspace:*"
},
"devDependencies": {
"@commitlint/cli": "^21.2.2",
"@commitlint/config-conventional": "^21.2.2",
"@eslint/config-helpers": "^0.7.0",
"@goatjs/dbz": "^2.64.0",
"@goatjs/doctor": "^2.50.0",
"@goatjs/node-monorepo-eslint": "^3.21.0",
"lefthook": "^2.1.10",
"prettier": "^3.9.6",
"turbo": "^2.10.11",
"typescript": "^6.0.3"
},
"packageManager": "yarn@4.18.0+sha512.fcb8716fe7cd0eece141ffc18b92193a9df9204c1ba83189c288835223fc0bbe64af473bab0d5e9927a7daeb5caf2bb07eb2787cc9338ca040ea125f2a1f2f7e"
}