-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.4 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.4 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
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "@shipstatic/mcp",
"version": "0.4.8",
"mcpName": "com.shipstatic/mcp",
"description": "Free, no account needed — deploy static websites, landing pages, and prototypes instantly from AI agents",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": {
"shipstatic-mcp": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"clean": "rm -rf dist",
"prepare": "husky",
"test": "vitest",
"typecheck": "tsc --noEmit -p tsconfig.test.json"
},
"files": [
"dist",
"README.md"
],
"keywords": [
"ai",
"claude",
"deploy",
"hosting",
"llm",
"mcp",
"mcp-server",
"model-context-protocol",
"ship",
"static-hosting",
"static-site",
"typescript",
"vibe-coding",
"web-hosting",
"website"
],
"homepage": "https://github.com/shipstatic/mcp",
"repository": {
"type": "git",
"url": "git+https://github.com/shipstatic/mcp.git"
},
"bugs": {
"url": "https://github.com/shipstatic/mcp/issues"
},
"engines": {
"node": ">=20.0.0"
},
"author": "ShipStatic",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.29.0",
"@shipstatic/ship": "^0.9.6",
"zod": "^4.3.6"
},
"devDependencies": {
"@shipstatic/types": "^0.9.8",
"@types/node": "^25.6.0",
"husky": "^9.1.7",
"typescript": "^6.0.2",
"vitest": "^4.1.4"
}
}