Mirror of
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 30 lines 849 B view raw
1{ 2 "name": "starlight-plugin-translations", 3 "version": "0.1.0", 4 "homepage": "https://starlight-plugin-translations.trueberryless.org", 5 "bugs": { 6 "url": "https://github.com/trueberryless-org/starlight-plugin-translations/issues" 7 }, 8 "repository": { 9 "type": "git", 10 "url": "https://github.com/trueberryless-org/starlight-plugin-translations.git" 11 }, 12 "license": "MIT", 13 "author": "trueberryless <trueberryless@gmail.com> (https://trueberryless.org)", 14 "type": "module", 15 "scripts": { 16 "astro": "astro", 17 "build": "astro build", 18 "dev": "astro dev", 19 "preview": "astro preview" 20 }, 21 "dependencies": { 22 "astro": "^5.16.11" 23 }, 24 "devDependencies": { 25 "@trivago/prettier-plugin-sort-imports": "6.0.2", 26 "prettier": "3.8.3", 27 "prettier-plugin-astro": "0.14.1" 28 }, 29 "packageManager": "pnpm@10.10.0" 30}