{ "name": "strapi-generate-new", "version": "3.2.5", "description": "Generate a new Strapi application.", "homepage": "http://strapi.io", "keywords": [ "generate", "generator", "strapi" ], "main": "./lib/index.js", "directories": { "lib": "./lib" }, "dependencies": { "@sentry/node": "^5.7.1", "chalk": "^2.4.2", "execa": "^1.0.0", "fs-extra": "^9.0.1", "hosted-git-info": "3.0.5", "inquirer": "^6.3.1", "lodash": "4.17.19", "node-fetch": "^2.6.1", "node-machine-id": "^1.1.10", "ora": "^3.4.0", "tar": "6.0.5", "uuid": "^3.3.2" }, "scripts": { "test": "echo \"no tests yet\"" }, "author": { "email": "hi@strapi.io", "name": "Strapi team", "url": "http://strapi.io" }, "maintainers": [ { "name": "Strapi team", "email": "hi@strapi.io", "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" }, "license": "SEE LICENSE IN LICENSE", "gitHead": "c78591553f5509fcadc8c719f6af6f1bf0e734f3" }