58 lines
1.3 KiB
JSON
58 lines
1.3 KiB
JSON
{
|
|
"name": "@matthiesenxyz/create-astro-ghostcms",
|
|
"version": "0.0.15",
|
|
"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"
|
|
},
|
|
"scripts": {
|
|
"test": "node . --dry"
|
|
},
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^11.0.1",
|
|
"@types/gunzip-maybe": "^1.4.0",
|
|
"@types/node": "^20.11.19",
|
|
"@types/tar-fs": "^2.0.1",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.14.1"
|
|
}
|
|
}
|