{ "name": "create-directus-project", "version": "9.0.0-alpha.8", "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 ", "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": "807b3e56438e360ce307f6da4200625eed0fb0ef" }