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.
32 lines
673 B
32 lines
673 B
{
|
|
"name": "litmap",
|
|
"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.13.7",
|
|
"@strapi/plugin-users-permissions": "4.13.7",
|
|
"@strapi/plugin-i18n": "4.13.7",
|
|
"pg": "8.8.0"
|
|
},
|
|
"author": {
|
|
"name": "A Strapi developer"
|
|
},
|
|
"strapi": {
|
|
"uuid": "1eab1bac-4dc2-472d-83fa-66437ebf4369",
|
|
"telemetryDisabled": true
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0 <=20.x.x",
|
|
"npm": ">=6.0.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|