31 lines
676 B
JSON
31 lines
676 B
JSON
{
|
|
"name": "back",
|
|
"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.14.0-alpha.0",
|
|
"@strapi/plugin-users-permissions": "4.14.0-alpha.0",
|
|
"@strapi/plugin-i18n": "4.14.0-alpha.0",
|
|
"better-sqlite3": "8.5.0"
|
|
},
|
|
"author": {
|
|
"name": "A Strapi developer"
|
|
},
|
|
"strapi": {
|
|
"uuid": "4a36f241-a270-478b-b4d8-29e228d40b96"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0 <=20.x.x",
|
|
"npm": ">=6.0.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|