mirror of
https://github.com/directus/directus.git
synced 2026-01-24 11:37:57 -05:00
25 lines
670 B
JSON
25 lines
670 B
JSON
{
|
|
"name": "create-directus-project",
|
|
"version": "9.0.0-beta.11",
|
|
"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": "4476da28dbbc2824e680137aa28b2b91b5afabec"
|
|
}
|