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",
|
2021-01-26 17:06:25 +01:00
|
|
|
"homepage": "https://strapi.io",
|
2021-11-29 15:13:33 +01:00
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/strapi/strapi/issues"
|
2019-09-20 12:44:24 +02:00
|
|
|
},
|
2021-11-29 15:13:33 +01:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git://github.com/strapi/strapi.git"
|
2019-09-20 12:44:24 +02:00
|
|
|
},
|
2021-11-29 15:13:33 +01:00
|
|
|
"license": "SEE LICENSE IN LICENSE",
|
2019-09-20 12:44:24 +02:00
|
|
|
"author": {
|
2021-11-29 16:23:55 +01:00
|
|
|
"name": "Strapi Solutions SAS",
|
2019-09-20 12:44:24 +02:00
|
|
|
"email": "hi@strapi.io",
|
2021-01-26 17:06:25 +01:00
|
|
|
"url": "https://strapi.io"
|
2019-09-20 12:44:24 +02:00
|
|
|
},
|
2021-11-29 16:23:55 +01:00
|
|
|
"maintainers": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Strapi Solutions SAS",
|
|
|
|
|
"email": "hi@strapi.io",
|
|
|
|
|
"url": "https://strapi.io"
|
|
|
|
|
}
|
|
|
|
|
],
|
2021-11-29 15:13:33 +01:00
|
|
|
"main": "./lib/index.js",
|
|
|
|
|
"directories": {
|
|
|
|
|
"lib": "./lib"
|
2019-09-20 12:44:24 +02:00
|
|
|
},
|
2021-11-29 15:13:33 +01:00
|
|
|
"scripts": {
|
2021-11-30 12:36:11 +01:00
|
|
|
"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",
|
2021-09-13 12:03:12 +02:00
|
|
|
"lodash": "4.17.21",
|
|
|
|
|
"umzug": "2.3.0"
|
2021-11-29 15:13:33 +01:00
|
|
|
},
|
|
|
|
|
"engines": {
|
2022-01-03 11:55:52 +01:00
|
|
|
"node": ">=12.22.0 <=16.x.x",
|
2021-11-29 15:13:33 +01:00
|
|
|
"npm": ">=6.0.0"
|
2021-05-10 15:36:09 +02:00
|
|
|
}
|
2019-09-20 12:44:24 +02:00
|
|
|
}
|