astro-ghostcms/packages/create-astro-ghostcms/package.json

58 lines
1.3 KiB
JSON
Raw Normal View History

2024-01-27 20:06:41 +00:00
{
"name": "@matthiesenxyz/create-astro-ghostcms",
2024-02-20 00:35:26 +00:00
"version": "0.0.15",
2024-01-27 20:06:41 +00:00
"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"
2024-01-27 20:06:41 +00:00
},
"sideEffects": false,
"author": {
2024-02-14 10:38:23 +00:00
"email": "adam@matthiesen.xyz",
"name": "Adam Matthiesen - MatthiesenXYZ",
"url": "https://matthiesen.xyz"
},
2024-01-27 20:06:41 +00:00
"homepage": "https://astro-ghostcms.xyz/",
"repository": {
2024-02-14 10:38:23 +00:00
"type": "git",
"url": "git+https://github.com/MatthiesenXYZ/astro-ghostcms.git"
2024-01-27 20:06:41 +00:00
},
"bugs": {
2024-02-14 10:38:23 +00:00
"url": "https://github.com/MatthiesenXYZ/astro-ghostcms/issues",
"email": "issues@astro-ghostcms.xyz"
2024-01-27 20:06:41 +00:00
},
"license": "MIT",
"files": [
"src",
"create-astro-ghostcms",
"index.d.ts",
2024-01-27 20:36:09 +00:00
"LICENSE",
2024-01-27 20:06:41 +00:00
"README.md",
2024-01-27 20:36:09 +00:00
"types.d.ts"
2024-01-27 20:06:41 +00:00
],
"dependencies": {
"@clack/prompts": "^0.7.0",
"picocolors": "^1.0.0",
"arg": "^5.0.2",
"execa": "^8.0.1",
2024-02-14 14:04:41 +00:00
"fs-extra": "^11.1.0"
2024-01-27 20:06:41 +00:00
},
"devDependencies": {
"@types/fs-extra": "^11.0.1",
"@types/gunzip-maybe": "^1.4.0",
"@types/node": "^20.11.19",
2024-01-27 20:06:41 +00:00
"@types/tar-fs": "^2.0.1",
2024-03-03 16:16:17 +00:00
"typescript": "^5.3.3"
2024-01-27 20:06:41 +00:00
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=18.14.1"
}
}