dependabot[bot] c16f5b9ebb
chore(deps): bump commander from 8.2.0 to 8.3.0
Bumps [commander](https://github.com/tj/commander.js) from 8.2.0 to 8.3.0.
- [Release notes](https://github.com/tj/commander.js/releases)
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tj/commander.js/compare/v8.2.0...v8.3.0)

---
updated-dependencies:
- dependency-name: commander
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-22 17:04:47 +00:00

50 lines
1019 B
JSON

{
"name": "create-strapi-app",
"version": "4.5.2",
"description": "Generate a new Strapi application.",
"dependencies": {
"@strapi/generate-new": "4.5.2",
"commander": "7.2.0",
"inquirer": "8.2.4"
},
"keywords": [
"create-strapi-app",
"create",
"new",
"generate",
"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": "./index.js",
"bin": {
"create-strapi-app": "./index.js"
},
"scripts": {
"test": "echo \"no tests yet\""
},
"engines": {
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
}
}