10 lines
145 B
JSON
10 lines
145 B
JSON
|
|
{
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"postinstall": "node scripts/install-python-deps.js"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"python-shell": "^5.0.0"
|
||
|
|
}
|
||
|
|
}
|