{ "name": "diligent-rn-api", "private": true, "version": "0.1.0", "description": "A Strapi application", "scripts": { "develop": "strapi develop", "start": "strapi start", "build": "strapi build", "strapi": "strapi" }, "dependencies": { "@strapi/plugin-i18n": "4.5.3", "@strapi/plugin-users-permissions": "4.5.3", "@strapi/strapi": "4.9.2", "better-sqlite3": "7.4.6", "strapi-google-auth": "^0.1.2" }, "author": { "name": "A Strapi developer" }, "strapi": { "uuid": "e616c0a3-775a-4a60-9fd6-d7700ddc7e97" }, "engines": { "node": ">=14.19.1 <=18.x.x", "npm": ">=6.0.0" }, "license": "MIT" }