-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.21 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.21 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
{
"name": "html-first-webdev",
"version": "1.0.0",
"description": "HTML-First & Modern CSS Web Development Skill for AI Agents (Antigravity AGY, OpenAI ChatGPT/Codex, Claude, Cursor) with zero framework bloat.",
"type": "module",
"bin": {
"html-first-webdev": "./bin/cli.js",
"realwebdev": "./bin/cli.js"
},
"files": [
"bin",
"skills",
"prompts",
"templates",
"AGENTS.md",
"GEMINI.md",
"README.md",
"LICENSE"
],
"scripts": {
"start": "node bin/cli.js help",
"test": "node bin/cli.js check templates/starter/index.html",
"check": "node bin/cli.js check ."
},
"keywords": [
"html-first",
"semantic-html",
"modern-css",
"antigravity",
"agy-skill",
"ai-agent",
"openai",
"claude",
"cursorrules",
"web-development",
"accessibility",
"a11y",
"performance"
],
"author": "Baba01hacker666",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Baba01hacker666/realwebdev.git"
},
"bugs": {
"url": "https://github.com/Baba01hacker666/realwebdev/issues"
},
"homepage": "https://github.com/Baba01hacker666/realwebdev#readme",
"engines": {
"node": ">=18.0.0"
}
}