{ "name": "@websnacksjs/i18n-astro", "version": "0.1.0", "description": "Astro integration for @websnacksjs/i18n", "keywords": [ "websnacks", "i18n", "translation", "internationalization", "i18n", "astro" ], "author": "M. George Hansen ", "license": "Apache-2.0", "type": "module", "exports": { ".": "./dist/index.js" }, "files": [ "dist/", "src/" ], "scripts": { "build": "tsc --build" }, "engines": { "node": ">=22" }, "engineStrict": true, "peerDependencies": { "astro": "^5" }, "dependencies": { "@websnacksjs/i18n": "0.1.0", "ts-poet": "^6.12.0" }, "devDependencies": { "vite": "^6" } }