Files
fefan/strapi/package.json
2026-01-19 11:43:59 +01:00

32 lines
681 B
JSON

{
"name": "fefan-strapi",
"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/plugin-i18n": "4.15.0",
"@strapi/plugin-users-permissions": "4.15.0",
"@strapi/strapi": "4.15.0",
"better-sqlite3": "8.6.0",
"pg": "^8.11.3"
},
"author": {
"name": "A Strapi developer"
},
"strapi": {
"uuid": "3e9d2b31-e51d-464f-94f1-ab73e28fd712"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}