Files
directus/packages/create-directus-project/package.json
dependabot[bot] 24b5e5ff45 Bump commander from 6.2.1 to 7.2.0 (#5569)
* Bump commander from 6.2.1 to 7.2.0

Bumps [commander](https://github.com/tj/commander.js) from 6.2.1 to 7.2.0.
- [Release notes](https://github.com/tj/commander.js/releases)
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tj/commander.js/compare/v6.2.1...v7.2.0)

Signed-off-by: dependabot[bot] <support@github.com>

* Fix breaking changes in commander

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-05-10 11:33:19 -04:00

22 lines
564 B
JSON

{
"name": "create-directus-project",
"version": "9.0.0-rc.64",
"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": "^4.1.0",
"fs-extra": "^9.1.0",
"ora": "^5.4.0"
},
"gitHead": "71bf628955b5da15ce3070dc09478bc558f243a4"
}