strapi/packages/core/database/package.json
2021-04-29 12:03:54 +02:00

39 lines
846 B
JSON

{
"name": "@strapi/database",
"version": "3.6.0",
"description": "Strapi's database layer",
"homepage": "https://strapi.io",
"main": "./lib/index.js",
"scripts": {
"test": "echo \"no tests yet\""
},
"directories": {
"lib": "./lib"
},
"author": {
"name": "Strapi team",
"email": "hi@strapi.io",
"url": "https://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",
"npm": ">=6.0.0"
},
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"debug": "4.3.1",
"lodash": "4.17.21",
"p-map": "4.0.0",
"@strapi/utils": "3.6.0",
"verror": "^1.10.0"
},
"gitHead": "231263a3535658bab1e9492c6aaaed8692d62a53"
}