drduck
Version:
DocOps CLI tool for automated documentation workflows with AI integration
59 lines (58 loc) • 1.25 kB
JSON
{
"name": "drduck",
"version": "0.3.0",
"description": "DocOps CLI tool for automated documentation workflows with AI integration",
"main": "bin/drduck",
"bin": {
"drduck": "./bin/drduck"
},
"scripts": {
"preinstall": "node scripts/install.js",
"postinstall": "node scripts/postinstall.js",
"sync-version": "node scripts/sync-version.js",
"release": "npm run sync-version && npm publish",
"release:patch": "node scripts/release.js patch",
"release:minor": "node scripts/release.js minor",
"release:major": "node scripts/release.js major"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SilverFlin/DrDuck.git"
},
"keywords": [
"documentation",
"docops",
"adr",
"architecture",
"decision-records",
"cli",
"ai",
"claude",
"cursor"
],
"author": "SilverFlin",
"license": "MIT",
"bugs": {
"url": "https://github.com/SilverFlin/DrDuck/issues"
},
"homepage": "https://github.com/SilverFlin/DrDuck#readme",
"engines": {
"node": ">=14"
},
"os": [
"darwin",
"linux",
"win32"
],
"cpu": [
"x64",
"arm64",
"ia32"
],
"files": [
"bin/",
"scripts/",
"README.md",
"LICENSE"
]
}