strapi/packages/core/database/package.json

46 lines
953 B
JSON
Raw Normal View History

2019-09-20 12:44:24 +02:00
{
2021-04-29 11:50:14 +02:00
"name": "@strapi/database",
2022-01-10 09:05:07 -08:00
"version": "4.0.4",
2019-10-24 17:24:14 +02:00
"description": "Strapi's database layer",
"homepage": "https://strapi.io",
"bugs": {
"url": "https://github.com/strapi/strapi/issues"
2019-09-20 12:44:24 +02:00
},
"repository": {
"type": "git",
"url": "git://github.com/strapi/strapi.git"
2019-09-20 12:44:24 +02:00
},
"license": "SEE LICENSE IN LICENSE",
2019-09-20 12:44:24 +02:00
"author": {
"name": "Strapi Solutions SAS",
2019-09-20 12:44:24 +02:00
"email": "hi@strapi.io",
"url": "https://strapi.io"
2019-09-20 12:44:24 +02:00
},
"maintainers": [
{
"name": "Strapi Solutions SAS",
"email": "hi@strapi.io",
"url": "https://strapi.io"
}
],
"main": "./lib/index.js",
"directories": {
"lib": "./lib"
2019-09-20 12:44:24 +02:00
},
"scripts": {
"test:unit": "jest --verbose"
2019-09-20 12:44:24 +02:00
},
"dependencies": {
2021-06-28 21:37:44 +02:00
"date-fns": "2.22.1",
2021-06-17 16:17:15 +02:00
"debug": "4.3.1",
2021-06-29 16:27:35 +02:00
"fs-extra": "10.0.0",
2021-06-17 16:17:15 +02:00
"knex": "0.95.6",
"lodash": "4.17.21",
"umzug": "2.3.0"
},
"engines": {
"node": ">=12.22.0 <=16.x.x",
"npm": ">=6.0.0"
2021-05-10 15:36:09 +02:00
}
2019-09-20 12:44:24 +02:00
}