{ "name": "create-directus-project", "version": "9.0.0-alpha.22", "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": "9092740d708c1e9ed1575b0932a01f531d224f77" }