Alexandre Bodin 0de06a008d v4.11.0
2023-06-07 17:16:22 +02:00

60 lines
1.3 KiB
JSON

{
"name": "create-strapi-app",
"version": "4.11.0",
"description": "Generate a new Strapi application.",
"dependencies": {
"@strapi/generate-new": "4.11.0",
"commander": "8.3.0",
"inquirer": "8.2.5"
},
"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"
}
],
"bin": "./bin/index.js",
"files": [
"./dist",
"./bin"
],
"scripts": {
"build": "run -T tsc",
"build:ts": "run -T tsc",
"watch": "run -T tsc -w --preserveWatchOutput",
"clean": "run -T rimraf ./dist",
"prepublishOnly": "yarn clean && yarn build",
"lint": "run -T eslint ."
},
"devDependencies": {
"eslint-config-custom": "4.11.0",
"tsconfig": "4.11.0"
},
"engines": {
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
}
}