{
  "name": "@k3_2o/pi-move",
  "version": "0.1.6",
  "description": "Pi extension — /move command to switch directories from inside Pi",
  "keywords": ["pi-package", "extension", "directory", "navigation"],
  "author": "k3_2o",
  "license": "MIT",
  "type": "module",
  "scripts": {
    "fmt": "prettier --write '{index.ts,src/*.ts}'",
    "fmt:check": "prettier --check '{index.ts,src/*.ts}'",
    "lint": "eslint 'index.ts' 'src/*.ts'",
    "typecheck": "tsc --noEmit",
    "check": "npm run fmt:check && npm run lint && npm run typecheck",
    "security": "npm audit --audit-level=high"
  },
  "devDependencies": {
    "eslint": "^9.0.0",
    "prettier": "^3.5.3",
    "typescript": "^5.7.0",
    "typescript-eslint": "^8.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/k3-2o/pi-move.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "extensions": ["./index.ts"]
  }
}
