|
1 | | -{ |
2 | | - "name": "astro-webrings", |
3 | | - "version": "0.0.0", |
4 | | - "description": "Add webring badges for astro-webrings.lou.gg to your Astro site with ease!", |
5 | | - "packageManager": "pnpm@10.17.1", |
6 | | - "license": "MIT", |
7 | | - "author": { |
8 | | - "name": "Louis Escher", |
9 | | - "url": "https://lou.gg" |
10 | | - }, |
11 | | - "keywords": [ |
12 | | - "astro", |
13 | | - "astro-integration", |
14 | | - "withastro", |
15 | | - "webring", |
16 | | - "webrings" |
17 | | - ], |
18 | | - "type": "module", |
19 | | - "scripts": { |
20 | | - "build": "buildkit build 'src/**/*.{ts,astro,css,js,png,jpg,jpeg,webp,gif}'", |
21 | | - "dev": "buildkit dev 'src/**/*.{ts,astro,css,js,png,jpg,jpeg,webp,gif}'" |
22 | | - }, |
23 | | - "files": [ |
24 | | - "dist" |
25 | | - ], |
26 | | - "devDependencies": { |
27 | | - "@withstudiocms/buildkit": "0.1.0-beta.5", |
28 | | - "typescript": "^5.9.2", |
29 | | - "@types/node": "^22.18.0", |
30 | | - "@changesets/changelog-github": "0.5.1", |
31 | | - "@changesets/cli": "2.29.7", |
32 | | - "@changesets/config": "3.1.1", |
33 | | - "@changesets/write": "0.4.0" |
34 | | - }, |
35 | | - "peerDependencies": { |
36 | | - "astro": "^5" |
37 | | - }, |
38 | | - "exports": { |
39 | | - "./badges": { |
40 | | - "types": "./dist/badges.d.ts", |
41 | | - "default": "./dist/badges.js" |
42 | | - }, |
43 | | - "./badge": { |
44 | | - "types": "./dist/components/Badge.astro", |
45 | | - "default": "./dist/components/Badge.astro" |
46 | | - }, |
47 | | - "./images/*": { |
48 | | - "types": "./dist/images/*", |
49 | | - "default": "./dist/images/*" |
50 | | - } |
51 | | - } |
52 | | -} |
| 1 | +{ |
| 2 | + "name": "astro-webrings", |
| 3 | + "version": "0.1.0", |
| 4 | + "description": "Add webring badges for astro-webrings.lou.gg to your Astro site with ease!", |
| 5 | + "packageManager": "pnpm@10.17.1", |
| 6 | + "license": "MIT", |
| 7 | + "author": { |
| 8 | + "name": "Louis Escher", |
| 9 | + "url": "https://lou.gg" |
| 10 | + }, |
| 11 | + "keywords": [ |
| 12 | + "astro", |
| 13 | + "astro-integration", |
| 14 | + "withastro", |
| 15 | + "webring", |
| 16 | + "webrings" |
| 17 | + ], |
| 18 | + "type": "module", |
| 19 | + "scripts": { |
| 20 | + "build": "buildkit build 'src/**/*.{ts,astro,css,js,png,jpg,jpeg,webp,gif}'", |
| 21 | + "dev": "buildkit dev 'src/**/*.{ts,astro,css,js,png,jpg,jpeg,webp,gif}'" |
| 22 | + }, |
| 23 | + "files": [ |
| 24 | + "dist" |
| 25 | + ], |
| 26 | + "devDependencies": { |
| 27 | + "@withstudiocms/buildkit": "0.1.0-beta.5", |
| 28 | + "typescript": "^5.9.2", |
| 29 | + "@types/node": "^22.18.0", |
| 30 | + "@changesets/changelog-github": "0.5.1", |
| 31 | + "@changesets/cli": "2.29.7", |
| 32 | + "@changesets/config": "3.1.1", |
| 33 | + "@changesets/write": "0.4.0" |
| 34 | + }, |
| 35 | + "peerDependencies": { |
| 36 | + "astro": "^5" |
| 37 | + }, |
| 38 | + "exports": { |
| 39 | + "./badges": { |
| 40 | + "types": "./dist/badges.d.ts", |
| 41 | + "default": "./dist/badges.js" |
| 42 | + }, |
| 43 | + "./badge": { |
| 44 | + "types": "./dist/components/Badge.astro", |
| 45 | + "default": "./dist/components/Badge.astro" |
| 46 | + }, |
| 47 | + "./images/*": { |
| 48 | + "types": "./dist/images/*", |
| 49 | + "default": "./dist/images/*" |
| 50 | + } |
| 51 | + } |
| 52 | +} |
0 commit comments