astro-sw/package.json

32 lines
660 B
JSON

{
"name": "@ayco/astro-sw",
"version": "0.0.7",
"description": "Simple Astro integration to use your own authored service-worker",
"homepage": "https://github.com/ayoayco/astro-sw",
"repository": {
"type": "git",
"url": "https://github.com/ayoayco/astro-sw"
},
"exports": {
".": {
"import": "./dist/index.js"
}
},
"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"
}
}