38 lines
820 B
JSON
Raw Normal View History

2019-09-20 12:44:24 +02:00
{
2019-10-24 17:24:14 +02:00
"name": "strapi-database",
2020-12-22 16:52:46 +01:00
"version": "3.4.1",
2019-10-24 17:24:14 +02:00
"description": "Strapi's database layer",
2019-09-20 12:44:24 +02:00
"homepage": "http://strapi.io",
"main": "./lib/index.js",
"scripts": {
"test": "echo \"no tests yet\""
},
"directories": {
"lib": "./lib"
},
"author": {
"name": "Strapi team",
"email": "hi@strapi.io",
"url": "http://strapi.io"
},
"repository": {
"type": "git",
"url": "git://github.com/strapi/strapi.git"
},
"bugs": {
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.16.0 <=14.x.x",
2019-09-20 12:44:24 +02:00
"npm": ">=6.0.0"
},
"license": "SEE LICENSE IN LICENSE",
2019-09-20 12:44:24 +02:00
"dependencies": {
"lodash": "4.17.19",
"p-map": "4.0.0",
2020-12-22 16:52:46 +01:00
"strapi-utils": "3.4.1",
2019-09-20 12:44:24 +02:00
"verror": "^1.10.0"
},
"gitHead": "231263a3535658bab1e9492c6aaaed8692d62a53"
2019-09-20 12:44:24 +02:00
}