Files
Rijk van Zanten bad22bf1ff v10.9.2
2024-02-14 11:21:02 -05:00

39 lines
884 B
JSON

{
"name": "create-directus-project",
"version": "10.0.3",
"description": "A small installer util that will create a directory, add boilerplate folders, and install Directus through npm",
"keywords": [
"directus",
"installer"
],
"repository": {
"type": "git",
"url": "https://github.com/directus/directus.git",
"directory": "packages/create-directus-project"
},
"license": "MIT",
"author": "Rijk van Zanten <rijkvanzanten@me.com>",
"type": "module",
"exports": {
".": "./lib/index.js",
"./package.json": "./package.json"
},
"main": "lib/index.js",
"bin": {
"cdp": "./lib/index.js",
"create-directus-project": "./lib/index.js"
},
"dependencies": {
"chalk": "5.3.0",
"commander": "12.0.0",
"execa": "8.0.1",
"fs-extra": "11.2.0",
"log-symbols": "6.0.0",
"ora": "8.0.1",
"update-check": "1.5.4"
},
"engines": {
"node": ">=18.17.0"
}
}