43 lines
No EOL
1.2 KiB
JSON
43 lines
No EOL
1.2 KiB
JSON
{
|
|
"name": "@vercel/python",
|
|
"version": "6.4.1",
|
|
"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_asgi.py",
|
|
"vc_init_dev_wsgi.py"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/vercel/vercel.git",
|
|
"directory": "packages/python"
|
|
},
|
|
"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",
|
|
"which": "3.0.0",
|
|
"@vercel/error-utils": "2.0.3",
|
|
"@vercel/build-utils": "13.2.16"
|
|
},
|
|
"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": "pnpm test test/unit.test.ts",
|
|
"test-e2e": "pnpm test test/integration-*",
|
|
"type-check": "tsc --noEmit"
|
|
}
|
|
} |