mirror of
https://github.com/directus/directus.git
synced 2026-02-18 01:11:26 -05:00
Bumps [execa](https://github.com/sindresorhus/execa) from 5.0.1 to 5.1.1. - [Release notes](https://github.com/sindresorhus/execa/releases) - [Commits](https://github.com/sindresorhus/execa/compare/v5.0.1...v5.1.1) --- updated-dependencies: - dependency-name: execa dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
22 lines
565 B
JSON
22 lines
565 B
JSON
{
|
|
"name": "create-directus-project",
|
|
"version": "9.0.0-rc.74",
|
|
"description": "A small installer util that will create a directory, add boilerplate folders, and install Directus through npm.",
|
|
"main": "lib/index.js",
|
|
"bin": "./lib/index.js",
|
|
"keywords": [
|
|
"directus",
|
|
"installer"
|
|
],
|
|
"author": "Rijk van Zanten <rijkvanzanten@me.com>",
|
|
"license": "GPL-3.0-only",
|
|
"dependencies": {
|
|
"chalk": "^4.1.1",
|
|
"commander": "^7.2.0",
|
|
"execa": "^5.1.1",
|
|
"fs-extra": "^10.0.0",
|
|
"ora": "^5.4.0"
|
|
},
|
|
"gitHead": "24621f3934dc77eb23441331040ed13c676ceffd"
|
|
}
|