Files
api.pawol.nu/package.json
T

35 lines
791 B
JSON
Raw Normal View History

2020-12-04 20:12:49 +01:00
{
"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": {
2022-11-10 01:48:02 +04:00
"@strapi/plugin-i18n": "4.5.0",
"@strapi/plugin-users-permissions": "4.5.0",
"@strapi/provider-email-nodemailer": "^4.5.0",
"@strapi/strapi": "4.5.0",
2022-05-12 06:21:57 +04:00
"better-sqlite3": "7.4.6",
2022-05-20 14:56:56 +04:00
"slugify": "^1.6.5",
"strapi-plugin-rest-cache": "^4.2.4",
"strapi-provider-rest-cache-memory": "^4.2.4"
2020-12-04 20:12:49 +01:00
},
"author": {
"name": "Ced"
},
"strapi": {
"uuid": "d65204fd-feec-4e3e-9c49-a3840f7104a8"
},
"engines": {
2022-09-03 12:09:50 +04:00
"node": ">=14.19.1 <=16.x.x",
2020-12-04 20:12:49 +01:00
"npm": ">=6.0.0"
},
"license": "MIT"
}