@thewlabs/backlog
Version:
Markdown‑native Task Manager & Kanban visualizer for any Git repository
67 lines (66 loc) • 1.44 kB
JSON
{
"name": "@thewlabs/backlog",
"version": "1.1.9",
"bin": {
"backlog": "cli.js"
},
"dependencies": {
"blessed": "npm:neo-neo-bblessed@1.0.3"
},
"optionalDependencies": {
"backlog.md-linux-x64": "1.1.9",
"backlog.md-linux-arm64": "1.1.9",
"backlog.md-darwin-x64": "1.1.9",
"backlog.md-darwin-arm64": "1.1.9",
"backlog.md-windows-x64": "1.1.9"
},
"scripts": {
"postuninstall": "node postuninstall.cjs"
},
"lint-staged": {
"package.json": [
"biome check --write --files-ignore-unknown=true"
],
"*.json": [
"biome check --write --files-ignore-unknown=true"
],
"src/**/*.{ts,js}": [
"biome check --write --files-ignore-unknown=true"
]
},
"author": {
"name": "thewlabs",
"email": "contact@thewlabs.com",
"url": "https://github.com/thewlabs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thewlabs/backlog.git"
},
"bugs": {
"url": "https://github.com/thewlabs/backlog/issues"
},
"homepage": "https://github.com/thewlabs/backlog#readme",
"keywords": [
"cli",
"markdown",
"kanban",
"task",
"project-management",
"backlog",
"agents"
],
"license": "MIT",
"trustedDependencies": [
"@biomejs/biome",
"node-pty"
],
"files": [
"cli.js",
"resolveBinary.cjs",
"postuninstall.cjs",
"package.json",
"README.md",
"LICENSE"
]
}