34 lines
987 B
JSON
34 lines
987 B
JSON
{
|
|
"name": "astro-sw-monorepo",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "> [!NOTE] > This project moved to [SourceHut](https://git.sr.ht/~ayoayco/astro-sw).",
|
|
"scripts": {
|
|
"format": "prettier . --write",
|
|
"lint": "eslint . --config eslint.config.mjs --cache",
|
|
"check": "npm run format && npm run lint",
|
|
"prepare": "husky"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@git.sr.ht/~ayoayco/astro-sw.git"
|
|
},
|
|
"author": "Ayo Ayco",
|
|
"license": "MIT",
|
|
"homepage": "https://ayco.io/n/@ayco/astro-sw#readme",
|
|
"devDependencies": {
|
|
"@ayco/astro-sw": "workspace:*",
|
|
"@eslint/js": "^9.24.0",
|
|
"eslint": "^9.24.0",
|
|
"eslint-plugin-astro": "^1.3.1",
|
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
"globals": "^16.0.0",
|
|
"husky": "^9.1.7",
|
|
"prettier": "^3.5.3",
|
|
"prettier-plugin-astro": "^0.14.1",
|
|
"tsup": "^8.4.0",
|
|
"typescript": "^5.8.3",
|
|
"typescript-eslint": "^8.29.0",
|
|
"vitest": "^3.1.1"
|
|
}
|
|
}
|