-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.63 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.63 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": "anglesite",
"version": "1.9.0",
"type": "module",
"description": "AI webmaster that scaffolds, designs, and deploys Astro + Keystatic sites on Cloudflare Workers.",
"scripts": {
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"registry": "tsx bin/generate-skill-registry.ts",
"build:agent-skills": "tsx bin/build-agent-skills.ts"
},
"keywords": [
"website",
"small-business",
"astro",
"cloudflare",
"webmaster",
"ai",
"agents"
],
"author": "David W. Keith",
"license": "ISC",
"homepage": "https://anglesite.dwk.io",
"repository": {
"type": "git",
"url": "https://github.com/Anglesite/anglesite"
},
"devDependencies": {
"@modelcontextprotocol/client": "^2.0.0",
"@modelcontextprotocol/sdk": "^1.30.0",
"@types/semver": "^7.7.1",
"html-validate": "^10.11.2",
"jsdom": "^29.1.1",
"markdownlint-cli2": "^0.22.0",
"microformats-parser": "^2.0.4",
"robots-parser": "^3.0.1",
"schema-dts": "^2.0.0",
"semver": "^7.7.4",
"stylelint": "^17.6.0",
"stylelint-declaration-strict-value": "^1.11.1",
"tsx": "^4.21.0",
"vitest": "^3.1.1"
},
"engines": {
"node": ">=22"
},
"optionalDependencies": {
"playwright": "^1.52.0"
},
"dependencies": {
"@astrojs/compiler": "^4.0.0",
"@modelcontextprotocol/node": "^2.0.0",
"@modelcontextprotocol/server": "^2.0.0",
"css-tree": "^3.2.1",
"sharp": "^0.35.0",
"zod": "^4.2.0"
},
"allowScripts": {
"esbuild@0.28.1": true,
"fsevents@2.3.2": true,
"fsevents@2.3.3": true,
"sharp@0.35.3": true
}
}