Automatically create shortlinks for your Astro site
1{
2 "name": "astro-shortlinks",
3 "version": "1.0.0",
4 "description": "Automatically create shortlinks for your Astro site",
5 "type": "module",
6 "author": "Ashlynne Mitchell <ovy@ovyerus.com>",
7 "license": "MIT",
8 "scripts": {
9 "build": "rm -rf ./dist && tsc",
10 "dev": "tsc --watch",
11 "prepack": "pnpm build"
12 },
13 "types": "dist/index.d.ts",
14 "exports": {
15 ".": "./dist/index.js"
16 },
17 "files": [
18 "dist"
19 ],
20 "repository": {
21 "type": "git",
22 "url": "https://github.com/Ovyerus/astro-shortlinks.git"
23 },
24 "keywords": [
25 "astro-integration",
26 "shortlinks",
27 "shortener",
28 "url",
29 "worker-links",
30 "chhoto-url",
31 "short"
32 ],
33 "bugs": "https://github.com/Ovyerus/astro-shortlinks/issues",
34 "homepage": "https://github.com/Ovyerus/astro-shortlinks",
35 "packageManager": "pnpm@10.24.0",
36 "devDependencies": {
37 "@types/node": "^24.10.1",
38 "astro": "^5.16.3",
39 "prettier": "^3.7.3",
40 "typescript": "^5.9.3"
41 },
42 "peerDependencies": {
43 "astro": ">=5.0.0"
44 }
45}