@toanz/create-strapi-app
Version:
Generate a new Strapi application.
50 lines (49 loc) • 1.08 kB
JSON
{
"name": "@toanz/create-strapi-app",
"publishConfig": {
"access": "public"
},
"version": "3.13.0",
"description": "Generate a new Strapi application.",
"license": "SEE LICENSE IN LICENSE",
"homepage": "https://strapi.toanz.com",
"keywords": [
"create-strapi-app",
"create",
"new",
"generate",
"strapi"
],
"main": "./index.js",
"bin": {
"create-strapi-app": "./index.js"
},
"dependencies": {
"@toanz/strapi-generate-new": "3.13.0",
"chalk": "4.1.1",
"commander": "6.1.0",
"inquirer": "8.1.0",
"js-yaml": "4.1.0",
"node-fetch": "^2.6.1"
},
"scripts": {
"test": "echo \"no tests yet\""
},
"author": {
"email": "strapi@toanz.com",
"name": "toanz team",
"url": "https://strapi.toanz.com"
},
"repository": {
"type": "git",
"url": "git://github.com/toanz/strapi.git"
},
"bugs": {
"url": "https://github.com/toanz/strapi/issues"
},
"engines": {
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
},
"gitHead": "3986787668290359826ea904aae31146ad4efb3b"
}