-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 783 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 783 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
33
{
"name": "lightcode",
"version": "1.0.0",
"description": "",
"private": true,
"type": "module",
"packageManager": "npm@10.9.2",
"workspaces": [
"apps/desktop",
"apps/server",
"packages/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/m4nik1/lightcode-ide.git"
},
"license": "ISC",
"author": "Manik Soomro",
"scripts": {
"desktop": "npm run dev -w @lightcode/desktop",
"ai-window": "npm run dev:ai -w @lightcode/desktop",
"server": "npm run dev -w @lightcode/server",
"typecheck": "npm run typecheck --workspaces --if-present"
},
"allowScripts": {
"electron@41.1.1": true,
"electron-winstaller@5.4.0": true,
"esbuild@0.21.5": true
},
"dependencies": {
"shadcn": "^4.12.0"
}
}