{ "name": "@strapi/database", "version": "4.6.1", "description": "Strapi's database layer", "homepage": "https://strapi.io", "bugs": { "url": "https://github.com/strapi/strapi/issues" }, "repository": { "type": "git", "url": "git://github.com/strapi/strapi.git" }, "license": "SEE LICENSE IN LICENSE", "author": { "name": "Strapi Solutions SAS", "email": "hi@strapi.io", "url": "https://strapi.io" }, "maintainers": [ { "name": "Strapi Solutions SAS", "email": "hi@strapi.io", "url": "https://strapi.io" } ], "main": "./lib/index.js", "directories": { "lib": "./lib" }, "scripts": { "test:unit": "jest --verbose" }, "dependencies": { "date-fns": "2.29.3", "debug": "4.3.4", "fs-extra": "10.0.0", "knex": "2.4.0", "lodash": "4.17.21", "semver": "7.3.8", "umzug": "3.1.1" }, "engines": { "node": ">=14.19.1 <=18.x.x", "npm": ">=6.0.0" } }