mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-19 10:17:23 -05:00
28 lines
632 B
JSON
28 lines
632 B
JSON
{
|
|
"name": "@pyscript/bridge",
|
|
"version": "0.1.0",
|
|
"description": "A JS based way to use PyScript modules",
|
|
"type": "module",
|
|
"module": "./index.js",
|
|
"unpkg": "./index.js",
|
|
"jsdelivr": "./jsdelivr.js",
|
|
"browser": "./index.js",
|
|
"main": "./index.js",
|
|
"keywords": [
|
|
"PyScript",
|
|
"JS",
|
|
"Python",
|
|
"bridge"
|
|
],
|
|
"author": "Anaconda Inc.",
|
|
"license": "APACHE-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pyscript/pyscript.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/pyscript/pyscript/issues"
|
|
},
|
|
"homepage": "https://github.com/pyscript/pyscript#readme"
|
|
}
|