28 lines
708 B
JSON
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"
|
|
}
|