2020-03-06 10:02:36 +01:00

35 lines
694 B
JSON

{
"name": "strapi-database",
"version": "3.0.0-beta.19.3",
"description": "Strapi's database layer",
"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.0.0",
"npm": ">=6.0.0"
},
"license": "MIT",
"dependencies": {
"lodash": "^4.17.11",
"verror": "^1.10.0"
}
}