{ "name": "@strapi/generate-new", "version": "4.1.12", "description": "Generate a new Strapi application.", "keywords": [ "generate", "generator", "strapi" ], "homepage": "https://strapi.io", "bugs": { "url": "https://github.com/strapi/strapi/issues" }, "repository": { "type": "git", "url": "git://github.com/strapi/strapi.git" }, "license": "SEE LICENSE IN LICENSE", "author": { "name": "Strapi Solutions SAS", "email": "hi@strapi.io", "url": "https://strapi.io" }, "maintainers": [ { "name": "Strapi Solutions SAS", "email": "hi@strapi.io", "url": "https://strapi.io" } ], "main": "./lib/index.js", "directories": { "lib": "./lib" }, "scripts": { "test": "echo \"no tests yet\"" }, "dependencies": { "@sentry/node": "6.19.6", "chalk": "^4.1.1", "execa": "^1.0.0", "fs-extra": "10.0.0", "inquirer": "8.2.0", "lodash": "4.17.21", "node-fetch": "^2.6.1", "node-machine-id": "^1.1.10", "ora": "^5.4.0", "tar": "6.1.11", "uuid": "^3.3.2" }, "engines": { "node": ">=12.22.0 <=16.x.x", "npm": ">=6.0.0" } }