{ "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.10", "@strapi/plugin-i18n": "4.1.10", "@strapi/plugin-users-permissions": "4.1.10", "@strapi/strapi": "4.1.10", "better-sqlite3": "7.4.6", "slugify": "^1.6.5" }, "author": { "name": "Ced" }, "strapi": { "uuid": "d65204fd-feec-4e3e-9c49-a3840f7104a8" }, "engines": { "node": ">=10.16.0 <=14.x.x", "npm": ">=6.0.0" }, "license": "MIT" }