@strapi/generate-new
Advanced tools
Comparing version 4.0.0-beta.18 to 4.0.0-beta.19
{ | ||
"name": "@strapi/generate-new", | ||
"version": "4.0.0-beta.18", | ||
"version": "4.0.0-beta.19", | ||
"description": "Generate a new Strapi application.", | ||
"homepage": "https://strapi.io", | ||
"keywords": [ | ||
@@ -11,2 +10,23 @@ "generate", | ||
], | ||
"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", | ||
@@ -16,2 +36,5 @@ "directories": { | ||
}, | ||
"scripts": { | ||
"test": "echo \"no tests yet\"" | ||
}, | ||
"dependencies": { | ||
@@ -30,24 +53,2 @@ "@sentry/node": "6.3.0", | ||
}, | ||
"scripts": { | ||
"test": "echo \"no tests yet\"" | ||
}, | ||
"author": { | ||
"email": "hi@strapi.io", | ||
"name": "Strapi team", | ||
"url": "https://strapi.io" | ||
}, | ||
"maintainers": [ | ||
{ | ||
"name": "Strapi team", | ||
"email": "hi@strapi.io", | ||
"url": "https://strapi.io" | ||
} | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/strapi/strapi.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/strapi/strapi/issues" | ||
}, | ||
"engines": { | ||
@@ -57,4 +58,3 @@ "node": ">=12.x.x <=16.x.x", | ||
}, | ||
"license": "SEE LICENSE IN LICENSE", | ||
"gitHead": "3e9e3f13cb85822e6d92b0e448ae0b94d440dac1" | ||
"gitHead": "6e0f2052136c7d337d72b944cd0564d4559896d0" | ||
} |
47205