-
Notifications
You must be signed in to change notification settings - Fork 229
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 951 Bytes
/
Copy pathpackage.json
File metadata and controls
20 lines (20 loc) · 951 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "awesome-seedance",
"private": true,
"version": "0.3.0",
"description": "Curated, human-verified Seedance 2.5 / 2.0 prompt library with an installable Agent Skill.",
"type": "module",
"scripts": {
"generate": "node scripts/generate-readme.mjs && node scripts/generate-skill-reference.mjs && node scripts/generate-standalone-skills.mjs",
"test": "node --test scripts/lib/render.test.mjs scripts/lib/sections.test.mjs scripts/lib/submissions.test.mjs scripts/lib/templates.test.mjs scripts/lib/standalone-skill.test.mjs",
"check:links": "node scripts/check-links.mjs",
"taxonomy:todo": "node scripts/taxonomy-todo.mjs",
"validate:submissions": "node scripts/validate-submissions.mjs",
"refresh:site": "node scripts/fetch-site-stats.mjs && node scripts/fetch-retest-posters.mjs"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/LearnPrompt/awesome-seedance"
}
}