md-linear-sync
Version:
Sync Linear tickets to local markdown files with status-based folder organization
68 lines (67 loc) • 1.73 kB
JSON
{
"name": "md-linear-sync",
"version": "0.2.7",
"description": "Sync Linear tickets to local markdown files with status-based folder organization",
"main": "dist/index.js",
"bin": {
"md-linear-sync": "dist/cli.js"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"lint": "eslint src/**/*.ts",
"lint:fix": "eslint src/**/*.ts --fix",
"start": "node dist/cli.js",
"start-ngrok": "node ../scripts/dev-tools/start-tunnel.js"
},
"keywords": [
"linear",
"markdown",
"sync",
"tickets",
"cli",
"project-management"
],
"author": "Teren Perera <teren@papercut-labs.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/teren-papercutlabs/md-linear-sync.git"
},
"bugs": {
"url": "https://github.com/teren-papercutlabs/md-linear-sync/issues"
},
"homepage": "https://github.com/teren-papercutlabs/md-linear-sync#readme",
"files": [
"dist/**/*",
"README.md"
],
"engines": {
"node": ">=18.0.0"
},
"devDependencies": {
"@types/chokidar": "^1.7.5",
"@types/express": "^4.17.21",
"@types/js-yaml": "^4.0.9",
"@types/node": "^24.0.1",
"@types/prompts": "^2.4.9",
"@typescript-eslint/eslint-plugin": "^8.34.0",
"@typescript-eslint/parser": "^8.34.0",
"eslint": "^9.29.0",
"typescript": "^5.8.3"
},
"dependencies": {
"@linear/sdk": "^44.1.0",
"chokidar": "^4.0.1",
"clipboardy": "^4.0.0",
"commander": "^14.0.0",
"diff": "^8.0.2",
"dotenv": "^16.5.0",
"express": "^4.18.2",
"gray-matter": "^4.0.3",
"http-proxy-middleware": "^3.0.5",
"js-yaml": "^4.1.0",
"ngrok": "^5.0.0-beta.2",
"prompts": "^2.4.2"
}
}