39 lines
813 B
JSON
39 lines
813 B
JSON
{
|
|
"name": "@ayco/astro-sw",
|
|
"version": "0.7.5",
|
|
"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": "./index.js"
|
|
}
|
|
},
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"withastro",
|
|
"perf"
|
|
],
|
|
"author": "Ayo Ayco",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"astro": "^4.14.2",
|
|
"@astrojs/node": "^8.3.3"
|
|
},
|
|
"dependencies": {
|
|
"esbuild": "^0.23.1",
|
|
"pathe": "^1.1.2"
|
|
}
|
|
}
|