Files
api.pawol.nu/package.json
T
Cédric FAMIBELLE-PRONZOLA ed4ddb1ee7 Add REST cache plugin
2022-05-20 15:40:43 +04:00

36 lines
842 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-documentation": "^4.1.11",
"@strapi/plugin-i18n": "4.1.11",
"@strapi/plugin-users-permissions": "4.1.11",
"@strapi/provider-email-nodemailer": "^4.1.11",
"@strapi/strapi": "4.1.11",
"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": ">=10.16.0 <=14.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}