-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 894 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 894 Bytes
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
{
"name": "alterlab-fc-skills",
"private": false,
"version": "1.2.0",
"description": "72 Claude AI skills for Faculty of Communication students — PRA, CDM, NMC, GenAI, VCD, RMA departments",
"author": "AlterLab Creative Technologies Laboratory",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/AlterLab-IEU/AlterLab-FC-Skills.git"
},
"keywords": [
"claude-ai",
"skills",
"communication",
"public-relations",
"advertising",
"cinema",
"digital-media",
"new-media",
"generative-ai",
"higgsfield",
"elevenlabs",
"suno",
"visual-communication",
"research-methods",
"academic-writing",
"alterlab",
"nexus"
],
"scripts": {
"validate": "node scripts/validate.js",
"validate:fix": "node scripts/validate.js --fix",
"list": "node scripts/validate.js --list"
}
}