Files
directus/packages/create-directus-project/package.json
renovate[bot] 8a3796b8bb update dependency commander to v8 (#6498)
* update dependency commander to v8

* Update import to match new version

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-06-28 14:05:55 -04:00

22 lines
565 B
JSON

{
"name": "create-directus-project",
"version": "9.0.0-rc.81",
"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": "^8.0.0",
"execa": "^5.1.1",
"fs-extra": "^10.0.0",
"ora": "^5.4.0"
},
"gitHead": "24621f3934dc77eb23441331040ed13c676ceffd"
}