UNPKG

@flotiq/flotiq-astro-sdk

Version:

Astro collection generator for connecting with Flotiq CMS

43 lines (42 loc) 1.07 kB
{ "name": "@flotiq/flotiq-astro-sdk", "version": "0.0.3", "description": "Astro collection generator for connecting with Flotiq CMS", "main": "dist/index.js", "types": "dist/index.d.ts", "author": { "name": "Flotiq Team", "email": "hello@flotiq.com" }, "keywords": [ "flotiq-cms", "withastro", "astro-loader", "content-layer", "astro-integration" ], "license": "MIT", "engines": { "node": ">=14.0.0" }, "scripts": { "build": "tsc", "prepack": "pnpm build", "update-readme": "tsx ./scripts/update-readme.ts" }, "devDependencies": { "@types/node": "^14.0.0", "@types/yargs": "^17.0.33", "tsx": "^4.19.2", "typescript": "^5.6.3" }, "dependencies": { "dotenv-flow": "^4.1.0", "prettier": "^3.5.3", "yargs": "^17.7.2" }, "bin": { "flotiq-astro-typegen": "dist/typegen/generate-cli.js" }, "packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977" }