35 lines
791 B
JSON
35 lines
791 B
JSON
{
|
|
"name": "oki-api",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"description": "#OKi API",
|
|
"scripts": {
|
|
"dev": "strapi develop",
|
|
"start": "strapi start",
|
|
"build": "strapi build",
|
|
"strapi": "strapi"
|
|
},
|
|
"devDependencies": {},
|
|
"dependencies": {
|
|
"@strapi/plugin-i18n": "4.4.5",
|
|
"@strapi/plugin-users-permissions": "4.4.5",
|
|
"@strapi/provider-email-nodemailer": "^4.4.5",
|
|
"@strapi/strapi": "4.4.5",
|
|
"better-sqlite3": "7.4.6",
|
|
"slugify": "^1.6.5",
|
|
"strapi-plugin-rest-cache": "^4.2.4",
|
|
"strapi-provider-rest-cache-memory": "^4.2.4"
|
|
},
|
|
"author": {
|
|
"name": "Ced"
|
|
},
|
|
"strapi": {
|
|
"uuid": "d65204fd-feec-4e3e-9c49-a3840f7104a8"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.19.1 <=16.x.x",
|
|
"npm": ">=6.0.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|