16 lines
555 B
JSON
16 lines
555 B
JSON
{
|
|
"name": "@e2b/python-sdk",
|
|
"private": true,
|
|
"version": "2.29.2",
|
|
"scripts": {
|
|
"example": "poetry run python example.py",
|
|
"test": "poetry run pytest -n 4 --verbose -x",
|
|
"postVersion": "poetry version $(pnpm pkg get version --workspaces=false | tr -d \\\")",
|
|
"postPublish": "poetry build && poetry config pypi-token.pypi ${PYPI_TOKEN} && poetry publish --skip-existing",
|
|
"pretest": "poetry install",
|
|
"typecheck": "poetry run make typecheck",
|
|
"lint": "poetry run make lint",
|
|
"format": "poetry run make format"
|
|
}
|
|
}
|