Files
api.pawol.nu/package.json
T
Cédric FAMIBELLE-PRONZOLA 51f03b3698 Revert "Update better-sqlite3 to v7.6.2"
This reverts commit 739af4d00a.
2022-11-12 16:38:14 +04:00

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.5.0",
"@strapi/plugin-users-permissions": "4.5.0",
"@strapi/provider-email-nodemailer": "^4.5.0",
"@strapi/strapi": "4.5.0",
"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"
}