{
  "name": "@tishlang/tish-lint",
  "version": "2.16.13",
  "description": "Tish code linter",
  "license": "PIF",
  "repository": {
    "type": "git",
    "url": "https://github.com/tishlang/tish.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "bin": {
    "tish-lint": "./bin/tish-lint"
  },
  "scripts": {
    "postinstall": "node scripts/install-bin.js"
  },
  "files": [
    "bin",
    "scripts/install-bin.js",
    "platform",
    "README.md",
    "LICENSE",
    "Cargo.toml",
    "crates",
    "justfile"
  ],
  "engines": {
    "node": ">=22"
  },
  "keywords": [
    "tish",
    "lint",
    "linter"
  ]
}