forked from oliver-kriska/claude-elixir-phoenix
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 1.25 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
{
"name": "elixir-phoenix-plugin",
"version": "1.0.0",
"private": true,
"description": "Claude Code plugin for Elixir/Phoenix development",
"scripts": {
"lint": "markdownlint \"**/*.md\" --ignore node_modules --ignore docs --ignore reports --ignore analysis --ignore scratchpad --ignore lab/findings",
"lint:fix": "markdownlint \"**/*.md\" --fix --ignore node_modules --ignore docs --ignore reports --ignore analysis --ignore scratchpad --ignore lab/findings",
"eval": "bash lab/eval/run_eval.sh --changed",
"eval:all": "bash lab/eval/run_eval.sh --all",
"eval:skills": "bash lab/eval/run_eval.sh --skills",
"eval:agents": "bash lab/eval/run_eval.sh --agents",
"eval:triggers": "bash lab/eval/run_eval.sh --triggers",
"eval:full": "bash lab/eval/run_eval.sh --all && bash lab/eval/run_eval.sh --triggers",
"eval:fix": "bash lab/eval/run_eval.sh --fix",
"eval:ci": "bash lab/eval/run_eval.sh --ci",
"test": "python3 -m pytest lab/eval/tests/ -v",
"prepare": "husky || true"
},
"devDependencies": {
"husky": "^9.0.0",
"markdownlint-cli": "^0.48.0"
},
"repository": {
"type": "git",
"url": "https://github.com/oliver-kriska/claude-elixir-phoenix.git"
},
"author": "Oliver Kriska",
"license": "MIT"
}