mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-19 18:27:29 -05:00
* Added a first version of the PyScript Service Worker * Fix typo as suggested Co-authored-by: Fabio Pliger <fpliger@users.noreply.github.com> --------- Co-authored-by: Fabio Pliger <fpliger@users.noreply.github.com>
21 lines
554 B
JSON
21 lines
554 B
JSON
{
|
|
"name": "@pyscript/sw",
|
|
"version": "0.0.1",
|
|
"description": "PyScript Service Worker",
|
|
"main": "pyscript.sw.js",
|
|
"scripts": {
|
|
"server": "npx static-handler .",
|
|
"build": "rollup --config rollup/sw.config.mjs"
|
|
},
|
|
"keywords": [],
|
|
"author": "Anaconda Inc.",
|
|
"license": "APACHE-2.0",
|
|
"devDependencies": {
|
|
"@rollup/plugin-node-resolve": "^15.1.0",
|
|
"@rollup/plugin-terser": "^0.4.3",
|
|
"basic-toml": "^0.3.1",
|
|
"rollup": "^3.27.0",
|
|
"static-handler": "^0.4.2"
|
|
}
|
|
}
|