mirror of
https://github.com/directus/directus.git
synced 2026-02-15 03:05:00 -05:00
29 lines
722 B
JSON
29 lines
722 B
JSON
{
|
|
"name": "create-directus-project",
|
|
"version": "0.1.2",
|
|
"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": {
|
|
"argon2": "^0.26.2",
|
|
"chalk": "^4.1.0",
|
|
"commander": "^6.0.0",
|
|
"execa": "^4.0.3",
|
|
"fs-extra": "^9.0.1",
|
|
"fse": "^4.0.1",
|
|
"inquirer": "^7.3.3",
|
|
"knex": "^0.21.2",
|
|
"ora": "^4.0.5",
|
|
"uuid": "^8.3.0"
|
|
}
|
|
}
|