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-03-07 12:08:51 +00:00
"version": "0.1.0",
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",
Bump the dev-dependencies group with 4 updates Bumps the dev-dependencies group with 4 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser), [eslint](https://github.com/eslint/eslint) and [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check). Updates `@types/node` from 20.11.19 to 20.11.25 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/parser` from 7.0.1 to 7.1.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.1/packages/parser) Updates `eslint` from 8.56.0 to 8.57.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.56.0...v8.57.0) Updates `@astrojs/check` from 0.5.4 to 0.5.6 - [Release notes](https://github.com/withastro/language-tools/releases) - [Changelog](https://github.com/withastro/language-tools/blob/main/packages/astro-check/CHANGELOG.md) - [Commits](https://github.com/withastro/language-tools/commits/@astrojs/check@0.5.6/packages/astro-check) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@astrojs/check" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-07 12:22:33 +00:00
"@types/node": "^20.11.25",
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"
}
}