strapi/packages/generators/app/package.json
Alexandre Bodin d81919ac22 v4.0.4
2022-01-10 09:05:07 -08:00

56 lines
1.1 KiB
JSON

{
"name": "@strapi/generate-new",
"version": "4.0.4",
"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.3.0",
"chalk": "^4.1.1",
"execa": "^1.0.0",
"fs-extra": "^9.1.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"
}
}