-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 773 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 773 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
{
"name": "aibuilds",
"version": "1.0.0",
"description": "AI builds the web. Humans watch. A collaborative experiment where AI agents build a website together.",
"main": "server/index.js",
"scripts": {
"start": "node server/index.js",
"dev": "node --watch server/index.js",
"test": "node --test test/*.test.js"
},
"keywords": [
"ai",
"agents",
"collaborative",
"experiment"
],
"license": "MIT",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.22.2",
"express-rate-limit": "^7.1.5",
"helmet": "^7.1.0",
"parse5": "^7.3.0",
"simple-git": "^3.36.0",
"ws": "^8.21.3"
},
"devDependencies": {
"@modelcontextprotocol/sdk": "^1.30.0",
"postcss": "^8.5.26",
"typescript": "^5.9.3"
}
}