mirror of
https://github.com/strapi/strapi.git
synced 2026-01-06 12:13:52 +00:00
30 lines
611 B
JSON
30 lines
611 B
JSON
{
|
|
"name": "kitchensink-ts",
|
|
"private": true,
|
|
"version": "4.3.1",
|
|
"description": "A Strapi application",
|
|
"scripts": {
|
|
"develop": "strapi develop",
|
|
"start": "strapi start",
|
|
"build": "strapi build",
|
|
"strapi": "strapi"
|
|
},
|
|
"dependencies": {
|
|
"@strapi/plugin-i18n": "4.1.12",
|
|
"@strapi/plugin-users-permissions": "4.1.12",
|
|
"@strapi/strapi": "4.2.2",
|
|
"better-sqlite3": "7.4.6"
|
|
},
|
|
"author": {
|
|
"name": "A Strapi developer"
|
|
},
|
|
"strapi": {
|
|
"uuid": "getstarted"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.19.1 <=16.x.x",
|
|
"npm": ">=6.0.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|