|
1 | | -{ |
2 | | - "name": "astro-webring", |
3 | | - "type": "module", |
4 | | - "version": "0.0.1", |
5 | | - "packageManager": "pnpm@10.17.1", |
6 | | - "scripts": { |
7 | | - "dev": "astro dev", |
8 | | - "build": "astro build", |
9 | | - "preview": "astro preview", |
10 | | - "astro": "astro", |
11 | | - "start": "node ./dist/server/entry.mjs" |
12 | | - }, |
13 | | - "dependencies": { |
14 | | - "@astrojs/node": "^9.4.4", |
15 | | - "astro": "^5.14.1", |
16 | | - "@biomejs/biome": "^2.2.4" |
17 | | - } |
18 | | -} |
| 1 | +{ |
| 2 | + "name": "root", |
| 3 | + "private": true, |
| 4 | + "packageManager": "pnpm@10.17.1", |
| 5 | + "license": "MIT", |
| 6 | + "author": { |
| 7 | + "name": "Louis Escher", |
| 8 | + "url": "https://lou.gg" |
| 9 | + }, |
| 10 | + "type": "module", |
| 11 | + "scripts": { |
| 12 | + "build": "pnpm --filter astro-webrings build && pnpm --filter web build", |
| 13 | + "dev": "pnpm --stream -r -parallel dev", |
| 14 | + "start": "pnpm --filter web start", |
| 15 | + "changeset": "changeset", |
| 16 | + "ci:prepublish": "pnpm build", |
| 17 | + "ci:install": "pnpm install --frozen-lockfile", |
| 18 | + "ci:version": "pnpm changeset version", |
| 19 | + "ci:publish": "pnpm changeset publish" |
| 20 | + }, |
| 21 | + "devDependencies": { |
| 22 | + "@changesets/changelog-github": "0.5.1", |
| 23 | + "@changesets/cli": "2.29.7", |
| 24 | + "@changesets/config": "3.1.1", |
| 25 | + "@changesets/write": "0.4.0", |
| 26 | + "@biomejs/biome": "^2.2.4" |
| 27 | + } |
| 28 | +} |
0 commit comments