{ "name": "astro-shortlinks", "version": "1.0.0", "description": "Automatically create shortlinks for your Astro site", "type": "module", "author": "Ashlynne Mitchell ", "license": "MIT", "scripts": { "build": "rm -rf ./dist && tsc", "dev": "tsc --watch", "prepack": "pnpm build" }, "types": "dist/index.d.ts", "exports": { ".": "./dist/index.js" }, "files": [ "dist" ], "repository": { "type": "git", "url": "https://github.com/Ovyerus/astro-shortlinks.git" }, "keywords": [ "astro-integration", "shortlinks", "shortener", "url", "worker-links", "chhoto-url", "short" ], "bugs": "https://github.com/Ovyerus/astro-shortlinks/issues", "homepage": "https://github.com/Ovyerus/astro-shortlinks", "packageManager": "pnpm@10.24.0", "devDependencies": { "@types/node": "^24.10.1", "astro": "^5.16.3", "prettier": "^3.7.3", "typescript": "^5.9.3" }, "peerDependencies": { "astro": ">=5.0.0" } }