Files
directus/packages/create-directus-project/package.json
rijkvanzanten 70ae6d63cf v9.0.0-alpha.33
2020-09-04 18:03:46 -04:00

25 lines
671 B
JSON

{
"name": "create-directus-project",
"version": "9.0.0-alpha.33",
"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",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"directus",
"installer"
],
"author": "Rijk van Zanten <rijkvanzanten@me.com>",
"license": "GPL-3.0-only",
"dependencies": {
"chalk": "^4.1.0",
"commander": "^6.0.0",
"execa": "^4.0.3",
"fs-extra": "^9.0.1",
"ora": "^4.0.5"
},
"gitHead": "a7d3952ec3b812ee1eec2f1c7b9f44186cbe0498"
}