-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.35 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.35 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
{
"name": "@tidyfactor/html",
"version": "1.2.0",
"description": "TidyFactor HTML track — 100% static HTML/CSS/JS platform starter with Contextual Decision Layer (CDL)",
"main": "SKILL.md",
"bin": {
"tidyfactor-html": "bin/add-skill.js",
"add-skill": "bin/add-skill.js",
"add-html-skill": "bin/add-skill.js"
},
"keywords": [
"tidyfactor",
"static-site",
"html5",
"css3",
"vanilla-js",
"web-components",
"github-pages",
"ai-agents",
"antigravity",
"claude-code",
"cursor"
],
"author": "TidyFactor <hello@tidyfactor.com> (https://tidyfactor.com)",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/TidyFactor/HTML.git"
},
"scripts": {
"validate": "python tools/validate_skill.py",
"build": "node tools/build-skill.js",
"release": "python ../tools/release_skill.py ."
},
"publishConfig": {
"access": "public"
},
"files": [
".tidyfactor",
"AGENTS.md",
"CHANGELOG.md",
"LICENSE",
"README.ar.md",
"README.de.md",
"README.es.md",
"README.fa.md",
"README.fr.md",
"README.md",
"README.pt.md",
"README.zh.md",
"SKILL-REGISTRY.md",
"SKILL.md",
"VISION.md",
"assets",
"bin",
"brand.json",
"memory",
"references",
"scripts",
"templates",
"tools"
]
}