ZDDC/package.json
ZDDC ea385b5366 Initial commit
ZDDC — Zero Day Document Control. A file-naming convention plus five
single-file HTML tools (archive, transmittal, classifier, mdedit,
landing) and an optional Go HTTP server (zddc-server) with ACL and a
virtual archive index. Self-contained, offline-capable, dependency-free.

See README.md for an overview, AGENTS.md and ARCHITECTURE.md for the
build/release/architecture detail, bootstrap/README.md for the
two-level deployment install pattern, and zddc/README.md for the
HTTP server.
2026-04-27 11:05:47 -05:00

28 lines
708 B
JSON

{
"name": "zddc",
"version": "0.1.0",
"description": "Zero Day Document Control - lightweight project management tools",
"private": true,
"scripts": {
"test": "npx playwright test",
"test:headed": "npx playwright test --headed",
"test:debug": "npx playwright test --debug",
"test:install": "npx playwright install chromium"
},
"devDependencies": {
"@playwright/test": "^1.50.0",
"ajv": "^8.20.0",
"ajv-formats": "^3.0.1"
},
"repository": {
"type": "git",
"url": "https://codeberg.org/VARASYS/ZDDC.git"
},
"keywords": [
"project-management",
"document-control",
"markdown-editor",
"document-transmittal"
],
"license": "AGPL-3.0"
}