mirror of
https://github.com/strapi/strapi.git
synced 2025-12-28 07:33:17 +00:00
14 lines
248 B
JSON
14 lines
248 B
JSON
{
|
|
"scripts": {
|
|
"develop": "strapi develop",
|
|
"start": "strapi start",
|
|
"build": "strapi build",
|
|
"strapi": "strapi",
|
|
"deploy": "strapi deploy"
|
|
},
|
|
"dependencies": {
|
|
"fs-extra": "^10.0.0",
|
|
"mime-types": "^2.1.27"
|
|
}
|
|
}
|