{ "name": "playground", "private": true, "version": "0.1.0", "description": "A Strapi application", "scripts": { "develop": "strapi develop", "start": "strapi start", "build": "strapi build", "strapi": "strapi", "cs": "config-sync" }, "devDependencies": { "jest": "^26.0.1", "jest-cli": "^26.0.1" }, "dependencies": { "@strapi/plugin-i18n": "^4.14.4", "@strapi/plugin-users-permissions": "^4.14.4", "@strapi/strapi": "^4.14.4", "better-sqlite3": "^8.6.0", "strapi-plugin-config-sync": "./.." }, "author": { "name": "A Strapi developer" }, "strapi": { "uuid": "2e84e366-1e09-43c2-a99f-a0d0acbc2ca5" }, "engines": { "node": ">=18.x.x <=20.x.x", "npm": ">=6.0.0" }, "license": "MIT" }