mirror of
https://github.com/strapi/strapi.git
synced 2025-12-31 09:15:55 +00:00
60 lines
1.3 KiB
JSON
60 lines
1.3 KiB
JSON
{
|
|
"name": "create-strapi-app",
|
|
"version": "4.11.2",
|
|
"description": "Generate a new Strapi application.",
|
|
"dependencies": {
|
|
"@strapi/generate-new": "4.11.2",
|
|
"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.2",
|
|
"tsconfig": "4.11.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.19.1 <=18.x.x",
|
|
"npm": ">=6.0.0"
|
|
}
|
|
}
|