mirror of
https://github.com/strapi/strapi.git
synced 2025-12-30 16:53:05 +00:00
42 lines
852 B
JSON
42 lines
852 B
JSON
{
|
|
"name": "@strapi/logger",
|
|
"version": "4.1.12",
|
|
"description": "Strapi's logger",
|
|
"homepage": "https://strapi.io",
|
|
"bugs": {
|
|
"url": "https://github.com/strapi/strapi/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/strapi/strapi.git"
|
|
},
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"author": {
|
|
"name": "Strapi Solutions SAS",
|
|
"email": "hi@strapi.io",
|
|
"url": "https://strapi.io"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "Strapi Solutions SAS",
|
|
"email": "hi@strapi.io",
|
|
"url": "https://strapi.io"
|
|
}
|
|
],
|
|
"main": "./lib/index.js",
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"no tests yet\""
|
|
},
|
|
"dependencies": {
|
|
"lodash": "4.17.21",
|
|
"winston": "3.3.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.22.0 <=16.x.x",
|
|
"npm": ">=6.0.0"
|
|
}
|
|
}
|