Files
FEDEO/strapi/package.json
Florian Federspiel 677030f712 Initial
2023-11-25 16:53:52 +01:00

30 lines
629 B
JSON

{
"name": "strapi",
"private": true,
"version": "0.1.0",
"description": "A Strapi application",
"scripts": {
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi"
},
"dependencies": {
"@strapi/plugin-i18n": "4.15.0",
"@strapi/plugin-users-permissions": "4.15.0",
"@strapi/strapi": "4.15.0",
"better-sqlite3": "8.6.0"
},
"author": {
"name": "A Strapi developer"
},
"strapi": {
"uuid": "8bfc6dcb-22af-44e6-a2cf-62bab851e57c"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}