{ "name": "@matthiesenxyz/create-astro-ghostcms", "version": "0.0.8", "description": "Utility to quickly get started with our Integration and astro", "type": "module", "main": "./create-astro-ghostcms.mjs", "bin": { "create-astro-ghostcms": "./create-astro-ghostcms.mjs" }, "exports": { ".": "./create-astro-ghostcms.mjs" }, "scripts": { }, "sideEffects": false, "author": { "email": "adam@matthiesen.xyz", "name": "Adam Matthiesen - MatthiesenXYZ", "url": "https://matthiesen.xyz" }, "homepage": "https://astro-ghostcms.xyz/", "repository": { "type": "git", "url": "git+https://github.com/MatthiesenXYZ/astro-ghostcms.git" }, "bugs": { "url": "https://github.com/MatthiesenXYZ/astro-ghostcms/issues", "email": "issues@astro-ghostcms.xyz" }, "license": "MIT", "files": [ "src", "create-astro-ghostcms", "index.d.ts", "LICENSE", "README.md", "types.d.ts" ], "dependencies": { "@clack/prompts": "^0.7.0", "picocolors": "^1.0.0", "arg": "^5.0.2", "execa": "^8.0.1", "fs-extra": "^11.1.0", "read-pkg": "^5.2.0" }, "devDependencies": { "@types/fs-extra": "^11.0.1", "@types/gunzip-maybe": "^1.4.0", "@types/node": "^20.11.10", "@types/tar-fs": "^2.0.1", "@typescript-eslint/eslint-plugin": "^6.20.0", "@typescript-eslint/parser": "^6.20.0", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", "eslint-import-resolver-node": "^0.3.7", "eslint-import-resolver-typescript": "^3.5.3", "prettier": "^3.2.4", "typescript": "^5.3.3", "vitest": "^1.1.0", "vite": "^5.0.12", "vite-tsconfig-paths": "^4.2.2" }, "publishConfig": { "access": "public" }, "engines": { "node": ">=18.14.1" } }