@mirrordigital/create-boris
Version:
Create a new Strapi CMS powered by APP Platform
32 lines (31 loc) • 643 B
JSON
{
"name": "@mirrordigital/create-boris",
"version": "1.0.6",
"description": "Create a new Strapi CMS powered by APP Platform",
"main": "index.js",
"bin": {
"@mirrordigital/create-boris": "index.js",
"create-boris": "index.js"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"strapi",
"cms",
"digital-ocean",
"app-platform",
"create"
],
"author": "Mirror",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2",
"commander": "^11.1.0",
"prompts": "^2.4.2",
"rimraf": "^3.0.2"
}
}