dependabot[bot] 875a2cb7ba
chore(deps): bump chalk from 4.1.1 to 4.1.2
Bumps [chalk](https://github.com/chalk/chalk) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/chalk/chalk/releases)
- [Commits](https://github.com/chalk/chalk/compare/v4.1.1...v4.1.2)

---
updated-dependencies:
- dependency-name: chalk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-03 10:09:15 +00:00

55 lines
1.1 KiB
JSON

{
"name": "create-strapi-starter",
"version": "4.7.1",
"description": "Generate a new Strapi application.",
"keywords": [
"create-strapi-starter",
"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-starter": "./index.js"
},
"scripts": {
"test": "echo \"no tests yet\""
},
"dependencies": {
"@strapi/generate-new": "4.7.1",
"chalk": "4.1.2",
"ci-info": "3.8.0",
"commander": "8.3.0",
"execa": "5.1.1",
"fs-extra": "10.0.0",
"inquirer": "8.2.5",
"ora": "5.4.1"
},
"engines": {
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
}
}