Files
perspective-dev--perspective/examples/python-aiohttp/package.json
T
2026-07-13 12:25:07 +08:00

12 lines
316 B
JSON

{
"name": "python-aiohttp",
"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"
}