mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-05 05:48:42 +00:00
26 lines
534 B
JSON
26 lines
534 B
JSON
{
|
|
"name": "archivox",
|
|
"version": "1.0.0",
|
|
"description": "Archivox static site generator",
|
|
"scripts": {
|
|
"dev": "eleventy --serve",
|
|
"build": "node src/generator/index.js",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"@11ty/eleventy": "^2.0.1",
|
|
"gray-matter": "^4.0.3",
|
|
"marked": "^11.1.1",
|
|
"lunr": "^2.3.9",
|
|
"js-yaml": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^29.6.1",
|
|
"puppeteer": "^24.12.1"
|
|
},
|
|
"license": "MIT",
|
|
"bin": {
|
|
"create-archivox": "./bin/create-archivox.js"
|
|
}
|
|
}
|