strapi/packages/core/database/package.json
Alexandre Bodin b181702f02 v4.0.0
2021-11-29 20:16:44 +01:00

46 lines
954 B
JSON

{
"name": "@strapi/database",
"version": "4.0.0",
"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": "echo \"no tests yet\""
},
"dependencies": {
"date-fns": "2.22.1",
"debug": "4.3.1",
"fs-extra": "10.0.0",
"knex": "0.95.6",
"lodash": "4.17.21",
"umzug": "2.3.0"
},
"engines": {
"node": ">=12.x.x <=16.x.x",
"npm": ">=6.0.0"
}
}