mirror of
https://github.com/PR0M3TH3AN/Archivox.git
synced 2025-09-07 14:48:40 +00:00
11 lines
205 B
JSON
11 lines
205 B
JSON
{
|
|
"name": "docs",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "eleventy --serve",
|
|
"build": "node node_modules/archivox/src/generator/index.js"
|
|
},
|
|
"dependencies": {
|
|
"archivox": "^1.0.0"
|
|
}
|
|
} |