{
  "name": "@vercel/python",
  "version": "6.47.3",
  "main": "./dist/index.js",
  "license": "Apache-2.0",
  "homepage": "https://vercel.com/docs/runtimes#official-runtimes/python",
  "files": [
    "dist",
    "templates",
    "vc_init.py"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/vercel/vercel.git",
    "directory": "packages/python"
  },
  "dependencies": {
    "@vercel/python-analysis": "0.11.1"
  },
  "devDependencies": {
    "@renovatebot/pep440": "4.2.1",
    "@types/execa": "^0.9.0",
    "@types/fs-extra": "11.0.2",
    "@types/node": "20.11.0",
    "@types/semver": "6.0.0",
    "@types/which": "3.0.0",
    "cross-env": "7.0.3",
    "detect-libc": "2.1.2",
    "execa": "^1.0.0",
    "fs-extra": "11.1.1",
    "get-port": "5.1.1",
    "is-port-reachable": "3.1.0",
    "minimatch": "10.1.1",
    "pip-requirements-js": "1.0.2",
    "semver": "6.3.1",
    "smol-toml": "1.5.2",
    "vitest": "2.1.4",
    "which": "3.0.0",
    "@vercel/build-utils": "13.32.1",
    "@vercel/error-utils": "2.2.0",
    "@vercel/python-runtime": "0.16.0"
  },
  "scripts": {
    "build": "node ../../utils/build-builder.mjs",
    "type-check": "tsc --noEmit",
    "test": "cross-env VERCEL_FORCE_PYTHON_STREAMING=1 NODE_OPTIONS=--experimental-vm-modules vitest run --config ../../vitest.config.mts",
    "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'",
    "vitest-e2e": "glob --absolute 'test/integration-*'"
  }
}