astro-sw/package.json
2024-08-03 10:40:39 +02:00

22 lines
445 B
JSON

{
"name": "@ayco/astro-sw",
"version": "0.0.5",
"description": "Simple Astro integration to use your own authored service-worker",
"main": "index.js",
"type": "module",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"withastro",
"perf"
],
"author": "Ayo Ayco",
"license": "MIT",
"devDependencies": {
"astro": "^4.13.1"
}
}