Mirror of
0
fork

Configure Feed

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

at main 25 lines 846 B view raw
1{ 2 "name": "starlight-save-file-component-monorepo", 3 "version": "0.0.0", 4 "homepage": "https://github.com/trueberryless-org/starlight-save-file-component", 5 "bugs": { 6 "url": "https://github.com/trueberryless-org/starlight-save-file-component/issues" 7 }, 8 "repository": { 9 "type": "git", 10 "url": "https://github.com/trueberryless-org/starlight-save-file-component.git" 11 }, 12 "license": "MIT", 13 "author": "trueberryless <trueberryless@gmail.com> (https://trueberryless.org)", 14 "scripts": { 15 "version": "pnpm changeset version && pnpm i --no-frozen-lockfile" 16 }, 17 "devDependencies": { 18 "@changesets/changelog-github": "^0.6.0", 19 "@changesets/cli": "^2.31.0", 20 "@trivago/prettier-plugin-sort-imports": "6.0.2", 21 "prettier": "3.8.3", 22 "prettier-plugin-astro": "0.14.1" 23 }, 24 "packageManager": "pnpm@10.10.0" 25}