-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 985 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 985 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
{
"name": "ant-stack",
"version": "2.0.0",
"description": "Mermaid and workflow helpers for the Ant Stack scientific publication system.",
"main": "index.js",
"private": true,
"scripts": {
"sync": "uv sync --extra dev",
"test": "uv run pytest -q",
"test:collect": "uv run pytest --collect-only -q",
"lint": "uv run ruff check .",
"run:all": "uv run run-all-antstack --config configs/run_all_antstack.example.yaml",
"ce": "uv run antstack-ce papers/complexity_energetics/manifest.example.yaml --out papers/complexity_energetics/out",
"validate": "uv run antstack-build --validate-only"
},
"repository": {
"type": "git",
"url": "git+https://github.com/docxology/ant_stack.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/docxology/ant_stack/issues"
},
"homepage": "https://github.com/docxology/ant_stack#readme",
"devDependencies": {
"mermaid-filter": "^1.4.7"
}
}