mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-14 03:30:19 +00:00
16 lines
296 B
JSON
16 lines
296 B
JSON
|
|
{
|
||
|
|
"name": "@lobechat/python-interpreter",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"private": true,
|
||
|
|
"main": "src/index.ts",
|
||
|
|
"scripts": {
|
||
|
|
"test": "vitest",
|
||
|
|
"test:coverage": "vitest --coverage"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"comlink": "^4.4.2",
|
||
|
|
"pyodide": "^0.28.2",
|
||
|
|
"url-join": "^5.0.0"
|
||
|
|
}
|
||
|
|
}
|