-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.67 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 1.67 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
66
67
68
69
70
71
72
{
"name": "@pythoughts/cinematic-ui",
"version": "1.1.0",
"description": "A reasoning-first web design skill that makes AI agents think like a film director — research a real director and film, extract cinematic grammar, translate it into page narrative, composition, and motion. Not a style picker. A director's workflow.",
"license": "MIT",
"author": {
"name": "Mohamed Elkholy",
"email": "pythoughts@users.noreply.github.com",
"url": "https://github.com/Pythoughts-labs"
},
"maintainers": [
{
"name": "Mohamed Elkholy",
"email": "pythoughts@users.noreply.github.com",
"url": "https://github.com/Pythoughts-labs"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/Pythoughts-labs/cinematic-ui.git"
},
"bugs": {
"url": "https://github.com/Pythoughts-labs/cinematic-ui/issues"
},
"homepage": "https://github.com/Pythoughts-labs/cinematic-ui#readme",
"keywords": [
"cinematic",
"web-design",
"ai-skill",
"film-director",
"design-system",
"layout",
"storyboard",
"ui",
"ux",
"reasoning",
"claude",
"cursor",
"codex",
"gemini",
"windsurf",
"copilot",
"agent-skill",
"Pythoughts"
],
"engines": {
"node": ">=18"
},
"files": [
"SKILL.md",
"skill.json",
"AGENTS.md",
"CLAUDE.md",
"CODEX.md",
"GEMINI.md",
"README.md",
"LICENSE",
"CHANGELOG.md",
"CONTRIBUTING.md",
"CODE_OF_CONDUCT.md",
"SECURITY.md",
"references/",
"agents/",
".cursor/",
".windsurf/",
".github/"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}