-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 854 Bytes
/
Copy pathpackage.json
File metadata and controls
19 lines (19 loc) · 854 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "pag-extract",
"version": "1.0.0",
"description": "Read the public programme of any m-anage / VMX congress as Markdown, CSV or JSON",
"type": "module",
"bin": { "pag-extract": "./pag-extract.mjs" },
"main": "./pag-extract.mjs",
"files": ["pag-extract.mjs", "docs", "README.md", "README.en.md", "LICENSE"],
"scripts": {
"start": "node pag-extract.mjs",
"example": "node pag-extract.mjs MCON/kkj2026 --talks --out programme.md"
},
"engines": { "node": ">=18" },
"keywords": ["congress", "conference", "programme", "agenda", "m-anage", "vmx", "scraper", "cli"],
"license": "MIT",
"repository": { "type": "git", "url": "git+https://github.com/Steffen025/pag-extract.git" },
"bugs": { "url": "https://github.com/Steffen025/pag-extract/issues" },
"homepage": "https://github.com/Steffen025/pag-extract#readme"
}