Files
finos--perspective/examples/python-starlette/package.json
T
2026-07-13 12:23:53 +08:00

12 lines
318 B
JSON

{
"name": "python-starlette",
"private": true,
"version": "4.5.2",
"description": "An example of editing a `perspective-python` server from the browser.",
"scripts": {
"start": "PYTHONPATH=../../python/perspective python3 server.py"
},
"keywords": [],
"license": "Apache-2.0"
}