strapi/packages/core/database/package.json
2023-07-25 23:48:05 -07:00

50 lines
1.1 KiB
JSON

{
"name": "@strapi/database",
"version": "4.11.7",
"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": "run -T jest",
"test:unit:watch": "run -T jest --watch",
"lint": "run -T eslint ."
},
"dependencies": {
"@strapi/utils": "4.11.7",
"date-fns": "2.30.0",
"debug": "4.3.4",
"fs-extra": "10.0.0",
"knex": "2.5.0",
"lodash": "4.17.21",
"semver": "7.5.4",
"umzug": "3.2.1"
},
"engines": {
"node": ">=16.0.0 <=20.x.x",
"npm": ">=6.0.0"
}
}