Files
api.pawol.nu/package.json
T

37 lines
850 B
JSON
Raw Normal View History

2020-12-04 20:12:49 +01:00
{
"name": "oki-api",
"private": true,
"version": "0.1.0",
2023-03-21 19:18:13 +04:00
"description": "OKI API",
2020-12-04 20:12:49 +01:00
"scripts": {
"dev": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi"
},
"devDependencies": {},
"dependencies": {
2023-09-23 00:00:48 +02:00
"@strapi/plugin-i18n": "4.13.7",
"@strapi/plugin-users-permissions": "4.13.7",
"@strapi/provider-email-nodemailer": "^4.13.7",
"@strapi/strapi": "4.13.7",
"better-sqlite3": "^8.4.0",
2022-12-09 00:05:42 +04:00
"diff": "^5.1.0",
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": {
2023-04-02 12:23:52 +04:00
"uuid": "d65204fd-feec-4e3e-9c49-a3840f7104a8",
"telemetryDisabled": true
2020-12-04 20:12:49 +01:00
},
"engines": {
"node": "^16.13.0 || ^18.12.0",
2020-12-04 20:12:49 +01:00
"npm": ">=6.0.0"
},
"license": "MIT"
}