{
  "name": "@suss/adapter-python",
  "version": "0.32.0",
  "type": "module",
  "description": "Read a Python codebase with suss and check what each FastAPI or Flask route returns against the clients, specs and infrastructure that depend on it.",
  "keywords": [
    "suss",
    "static-analysis",
    "python",
    "fastapi",
    "flask",
    "api-contract",
    "api-drift",
    "code-review"
  ],
  "license": "Apache-2.0",
  "author": "Nimbus Cloud AI LLC",
  "homepage": "https://github.com/nimbuscloud-ai/suss/tree/main/packages/adapter/python#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nimbuscloud-ai/suss.git",
    "directory": "packages/adapter/python"
  },
  "bugs": {
    "url": "https://github.com/nimbuscloud-ai/suss/issues"
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist",
    "grammar",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsup",
    "test": "vitest run",
    "test:coverage": "vitest run --coverage",
    "lint": "biome check .",
    "lint:fix": "biome check --write .",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@suss/behavioral-ir": "0.32.0",
    "@suss/datalog": "0.32.0",
    "@suss/extractor": "0.32.0",
    "@suss/ir-core": "0.32.0",
    "@suss/resolution": "0.32.0",
    "@suss/sql": "0.32.0",
    "@suss/values": "0.32.0",
    "web-tree-sitter": "^0.26.11"
  },
  "devDependencies": {
    "@types/node": "*",
    "tsup": "*",
    "typescript": "*",
    "vitest": "*"
  },
  "publishConfig": {
    "access": "public"
  }
}
