Files
pyscript/pyscript.sw/package.json
Andrea Giammarchi b5a0cd4057 [sw] Added a first version of the PyScript Service Worker (#1621)
* 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>
2023-08-08 10:57:26 +02:00

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"
}
}