kaneo (minimalist kanban) fork to experiment adding a tangled integration github.com/usekaneo/kaneo
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 60 lines 1.6 kB view raw
1{ 2 "name": "kaneo", 3 "private": false, 4 "type": "module", 5 "scripts": { 6 "build": "turbo build", 7 "dev": "turbo dev", 8 "i18n:check": "node ./scripts/i18n/check.mjs", 9 "i18n:check:fix": "node ./scripts/i18n/check.mjs --fix", 10 "i18n:report": "node ./scripts/i18n/report.mjs", 11 "i18n:report:fix": "node ./scripts/i18n/report.mjs --fix", 12 "i18n:schema": "node ./scripts/i18n/schema.mjs", 13 "lint": "turbo lint", 14 "test": "turbo test", 15 "test:integration": "pnpm --filter @kaneo/api test:integration", 16 "prepare": "husky" 17 }, 18 "devDependencies": { 19 "@biomejs/biome": "2.4.8", 20 "@commitlint/cli": "^19.6.1", 21 "@commitlint/config-conventional": "^19.6.0", 22 "esbuild": "0.27.3", 23 "husky": "^9.1.7", 24 "linkifyjs": ">=4.3.2", 25 "tar-fs": ">=3.1.1", 26 "turbo": "^2.7.2", 27 "typescript": "5.8.3" 28 }, 29 "engines": { 30 "node": ">=20.19.0" 31 }, 32 "pnpm": { 33 "overrides": { 34 "@isaacs/brace-expansion": "5.0.1", 35 "@hono/node-server": "1.19.10", 36 "ajv": "8.18.0", 37 "diff": "8.0.3", 38 "esbuild": "0.27.3", 39 "express-rate-limit": "8.2.2", 40 "hono": "4.12.7", 41 "lodash": "4.18.0", 42 "markdown-it": "14.1.1", 43 "minimatch": "10.2.3", 44 "rollup": "4.59.0", 45 "seroval": "1.4.1", 46 "effect": ">=3.20.0", 47 "fast-xml-parser": ">=5.5.7", 48 "socket.io-parser": ">=4.2.6", 49 "picomatch": ">=4.0.4", 50 "path-to-regexp": ">=8.4.0", 51 "brace-expansion": ">=5.0.5", 52 "yaml": ">=2.8.3" 53 } 54 }, 55 "packageManager": "pnpm@10.32.1", 56 "version": "2.6.8", 57 "dependencies": { 58 "dotenv-mono": "^1.5.1" 59 } 60}