102 lines
2.7 KiB
JSON
102 lines
2.7 KiB
JSON
{
|
|
"name": "backlog.md",
|
|
"version": "1.26.0",
|
|
"type": "module",
|
|
"module": "src/cli.ts",
|
|
"files": [
|
|
"scripts/*.cjs",
|
|
"README.md",
|
|
"LICENSE"
|
|
],
|
|
"bin": {
|
|
"backlog": "scripts/cli.cjs"
|
|
},
|
|
"optionalDependencies": {
|
|
"backlog.md-darwin-arm64": "*",
|
|
"backlog.md-darwin-x64": "*",
|
|
"backlog.md-linux-arm64": "*",
|
|
"backlog.md-linux-x64": "*",
|
|
"backlog.md-windows-x64": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.3.8",
|
|
"@tailwindcss/cli": "4.1.17",
|
|
"@types/bun": "1.3.3",
|
|
"@modelcontextprotocol/sdk": "1.24.2",
|
|
"@types/prompts": "2.4.9",
|
|
"@types/react": "19.2.7",
|
|
"@types/react-dom": "19.2.3",
|
|
"@types/react-router-dom": "5.3.3",
|
|
"@types/jsdom": "27.0.0",
|
|
"@uiw/react-markdown-preview": "5.1.5",
|
|
"@uiw/react-md-editor": "4.0.10",
|
|
"commander": "14.0.2",
|
|
"fuse.js": "7.1.0",
|
|
"gray-matter": "4.0.3",
|
|
"husky": "9.1.7",
|
|
"install": "0.13.0",
|
|
"lint-staged": "16.2.7",
|
|
"mermaid": "11.12.2",
|
|
"jsdom": "27.2.0",
|
|
"neo-neo-bblessed": "1.0.9",
|
|
"prompts": "2.4.2",
|
|
"react": "19.2.1",
|
|
"react-dom": "19.2.1",
|
|
"react-router-dom": "7.10.0",
|
|
"react-tooltip": "5.30.0",
|
|
"tailwindcss": "4.1.17"
|
|
},
|
|
"scripts": {
|
|
"test": "bun test",
|
|
"format": "biome format --write .",
|
|
"lint": "biome lint --write .",
|
|
"check": "biome check .",
|
|
"check:types": "bunx tsc --noEmit",
|
|
"prepare": "husky",
|
|
"build:css": "bun ./node_modules/@tailwindcss/cli/dist/index.mjs -i src/web/styles/source.css -o src/web/styles/style.css --minify",
|
|
"build": "bun run build:css && bun build --production --compile --minify --outfile=dist/backlog src/cli.ts",
|
|
"cli": "bun run build:css && bun src/cli.ts",
|
|
"mcp": "bun src/cli.ts mcp start",
|
|
"update-nix": "sh scripts/update-nix.sh",
|
|
"postinstall": "sh -c 'command -v bun2nix >/dev/null 2>&1 && bun2nix -o bun.nix || (command -v nix >/dev/null 2>&1 && nix --extra-experimental-features \"nix-command flakes\" run github:baileyluTCD/bun2nix -- -o bun.nix || true)'"
|
|
},
|
|
"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": "Alex Gavrilescu (https://github.com/MrLesk)",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/MrLesk/Backlog.md.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/MrLesk/Backlog.md/issues"
|
|
},
|
|
"homepage": "https://backlog.md",
|
|
"keywords": [
|
|
"cli",
|
|
"markdown",
|
|
"kanban",
|
|
"task",
|
|
"project-management",
|
|
"backlog",
|
|
"agents"
|
|
],
|
|
"license": "MIT",
|
|
"trustedDependencies": [
|
|
"@biomejs/biome",
|
|
"node-pty"
|
|
],
|
|
"dependencies": {
|
|
"@types/d3": "^7.4.3",
|
|
"d3": "^7.9.0"
|
|
}
|
|
}
|