You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
660 B
30 lines
660 B
{
|
|
"name": "strapi-project",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"description": "A Strapi application",
|
|
"scripts": {
|
|
"develop": "strapi develop",
|
|
"start": "strapi start",
|
|
"build": "strapi build",
|
|
"strapi": "strapi"
|
|
},
|
|
"devDependencies": {},
|
|
"dependencies": {
|
|
"@strapi/strapi": "4.4.6",
|
|
"@strapi/plugin-users-permissions": "4.4.6",
|
|
"@strapi/plugin-i18n": "4.4.6",
|
|
"better-sqlite3": "7.4.6"
|
|
},
|
|
"author": {
|
|
"name": "A Strapi developer"
|
|
},
|
|
"strapi": {
|
|
"uuid": "eedd051c-dfd4-4951-9172-d93b94e45fb2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.19.1 <=18.x.x",
|
|
"npm": ">=6.0.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|
|
|