mirror of
https://github.com/strapi/strapi.git
synced 2026-01-05 11:45:51 +00:00
60 lines
1.2 KiB
JSON
60 lines
1.2 KiB
JSON
{
|
|
"name": "create-strapi-app",
|
|
"version": "4.17.1",
|
|
"description": "Generate a new Strapi application.",
|
|
"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"
|
|
}
|
|
],
|
|
"main": "",
|
|
"bin": "./bin/index.js",
|
|
"files": [
|
|
"./dist",
|
|
"./bin"
|
|
],
|
|
"scripts": {
|
|
"build": "pack-up build",
|
|
"clean": "run -T rimraf ./dist",
|
|
"lint": "run -T eslint .",
|
|
"watch": "pack-up watch"
|
|
},
|
|
"dependencies": {
|
|
"@strapi/generate-new": "4.17.1",
|
|
"commander": "8.3.0",
|
|
"inquirer": "8.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"@strapi/pack-up": "4.17.1",
|
|
"eslint-config-custom": "4.17.1",
|
|
"tsconfig": "4.17.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0 <=20.x.x",
|
|
"npm": ">=6.0.0"
|
|
}
|
|
}
|