{ "name": "create-strapi-app", "version": "3.2.5", "description": "Generate a new Strapi application.", "license": "SEE LICENSE IN LICENSE", "homepage": "http://strapi.io", "keywords": [ "create-strapi-app", "create", "new", "generate", "strapi" ], "main": "./index.js", "bin": { "create-strapi-app": "./index.js" }, "files": [ "create-strapi-app.js", "index.js" ], "dependencies": { "commander": "6.1.0", "strapi-generate-new": "3.2.5" }, "scripts": { "test": "echo \"no tests yet\"" }, "author": { "email": "hi@strapi.io", "name": "Strapi team", "url": "http://strapi.io" }, "repository": { "type": "git", "url": "git://github.com/strapi/strapi.git" }, "bugs": { "url": "https://github.com/strapi/strapi/issues" }, "engines": { "node": ">=10.16.0 <=14.x.x", "npm": ">=6.0.0" }, "gitHead": "c78591553f5509fcadc8c719f6af6f1bf0e734f3" }