22 lines
445 B
JSON
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"
|
|
}
|
|
}
|