{
  "name": "@cvr/linear",
  "version": "0.3.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/cevr/linear-cli.git"
  },
  "bin": {
    "linear": "./bin/linear"
  },
  "files": [
    "src",
    "skills",
    "tsconfig.json"
  ],
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "bun build ./src/main.ts --compile --outfile bin/linear",
    "postinstall": "bun run build",
    "test": "vitest run",
    "test:watch": "vitest",
    "link": "ln -sf $(pwd)/bin/linear ~/.local/bin/linear",
    "lint": "oxlint",
    "lint:fix": "oxlint --fix",
    "fmt": "oxfmt",
    "fmt:check": "oxfmt --check",
    "typecheck": "tsgo --noEmit",
    "gate": "concurrently -n type,style,build,test -c blue,yellow,cyan,green \"bun run typecheck\" \"bun run lint && bun run fmt:check\" \"bun run build\" \"bun run test\"",
    "prepare": "lefthook install && effect-tsgo patch",
    "version": "changeset version",
    "release": "changeset publish"
  },
  "dependencies": {
    "@effect/platform-bun": "4.0.0-beta.98",
    "@linear/sdk": "^88.2.0",
    "effect": "4.0.0-beta.98"
  },
  "devDependencies": {
    "@changesets/changelog-github": "^0.7.0",
    "@changesets/cli": "^2.31.1",
    "@effect/tsgo": "^0.23.0",
    "@effect/vitest": "4.0.0-beta.98",
    "@types/bun": "^1.3.14",
    "@typescript/native-preview": "7.0.0-dev.20260707.2",
    "concurrently": "^10.0.3",
    "lefthook": "^2.1.10",
    "oxfmt": "^0.59.0",
    "oxlint": "^1.74.0",
    "oxlint-plugin-effect": "latest",
    "typescript": "^7.0.2",
    "vitest": "^4.1.10"
  },
  "engines": {
    "bun": ">=1.0.0"
  }
}
