{
  "name": "@vercel/python",
  "version": "6.19.0",
  "main": "./dist/index.js",
  "license": "Apache-2.0",
  "homepage": "https://vercel.com/docs/runtimes#official-runtimes/python",
  "files": [
    "dist",
    "vc_init.py",
    "vc_init_dev.py"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/vercel/vercel.git",
    "directory": "packages/python"
  },
  "dependencies": {
    "@vercel/python-analysis": "0.8.1"
  },
  "devDependencies": {
    "@renovatebot/pep440": "4.2.1",
    "@types/execa": "^0.9.0",
    "@types/fs-extra": "11.0.2",
    "@types/jest": "27.4.1",
    "@types/node": "20.11.0",
    "@types/which": "3.0.0",
    "cross-env": "7.0.3",
    "execa": "^1.0.0",
    "fs-extra": "11.1.1",
    "jest-junit": "16.0.0",
    "minimatch": "10.1.1",
    "pip-requirements-js": "1.0.2",
    "smol-toml": "1.5.2",
    "vitest": "2.1.4",
    "which": "3.0.0",
    "get-port": "5.1.1",
    "is-port-reachable": "3.1.0",
    "@vercel/build-utils": "13.6.1",
    "@vercel/error-utils": "2.0.3",
    "@vercel/python-runtime": "0.5.3"
  },
  "scripts": {
    "build": "node ../../utils/build-builder.mjs",
    "test": "cross-env VERCEL_FORCE_PYTHON_STREAMING=1 jest --reporters=default --reporters=jest-junit --env node --verbose --runInBand --bail",
    "test-unit": "vitest run --config ../../vitest.config.mts test/unit.test.ts",
    "test-e2e": "pnpm test test/integration-*",
    "vitest-run": "vitest -c ../../vitest.config.mts",
    "vitest-unit": "glob --absolute 'test/unit.test.ts'"
  }
}