-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 767 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 767 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
{
"name": "kirtos-workspace",
"version": "1.0.0",
"description": "Kirtos (formerly GG) Local Agent Workspace",
"scripts": {
"start": "npm run start:agent & npm run start:app",
"dev": "npm start",
"start:agent": "cd agent && npm start",
"start:app": "cd app && npm run dev",
"install:all": "npm install && cd agent && npm install && cd ../app && npm install"
},
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^10.4.24",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.19"
},
"dependencies": {
"@babel/core": "^7.29.0",
"@babel/generator": "^7.29.1",
"@babel/parser": "^7.29.0",
"@babel/traverse": "^7.29.0"
}
}