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.
nx-guitar-school/apps/backend/package.json

37 lines
813 B

{
"name": "backend",
"private": true,
"version": "0.1.0",
"description": "A Strapi application",
"scripts": {
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi"
},
"overrides": {
"@strapi/strapi": "4.5.4"
},
"dependencies": {
"@strapi/plugin-i18n": "4.5.4",
"@strapi/plugin-users-permissions": "4.5.4",
"@strapi/strapi": "4.5.4",
"@strapi/utils": "^4.5.6",
"better-sqlite3": "7.4.6",
"pg": "^8.8.0",
"strapi-plugin-menus": "^1.2.1",
"strapi-plugin-populate-deep": "^1.1.2"
},
"author": {
"name": "A Strapi developer"
},
"strapi": {
"uuid": "d1de7a93-c68b-4597-80ee-b5b56ea4eb10"
},
"engines": {
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}