-
Notifications
You must be signed in to change notification settings - Fork 78
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 894 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 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
{
"name": "@anthropic-ai/skills",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "Adobe skills for AI coding agents",
"scripts": {
"validate": "find plugins -name SKILL.md -exec dirname {} \\; | xargs -I {} skills-ref validate {}",
"lint:stardust": "node plugins/stardust/evals/lint/harness-neutral.mjs && node plugins/stardust/evals/lint/script-paths.mjs"
},
"devDependencies": {
"@semantic-release/changelog": "^7.0.0",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/exec": "^7.0.3",
"@semantic-release/git": "^11.0.0",
"@semantic-release/github": "^12.0.0",
"@semantic-release/release-notes-generator": "^14.0.3",
"semantic-release": "^25.0.0",
"skills-ref": "^0.1.5"
},
"repository": {
"type": "git",
"url": "https://github.com/adobe/skills.git"
},
"license": "Apache-2.0"
}