mirror of
https://github.com/strapi/strapi.git
synced 2025-12-31 01:02:29 +00:00
38 lines
820 B
JSON
38 lines
820 B
JSON
{
|
|
"name": "strapi-database",
|
|
"version": "3.4.1",
|
|
"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.16.0 <=14.x.x",
|
|
"npm": ">=6.0.0"
|
|
},
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"dependencies": {
|
|
"lodash": "4.17.19",
|
|
"p-map": "4.0.0",
|
|
"strapi-utils": "3.4.1",
|
|
"verror": "^1.10.0"
|
|
},
|
|
"gitHead": "231263a3535658bab1e9492c6aaaed8692d62a53"
|
|
}
|