mirror of
https://github.com/strapi/strapi.git
synced 2025-12-30 08:43:28 +00:00
54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
{
|
|
"name": "@strapi/logger",
|
|
"version": "5.0.0-rc.20",
|
|
"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": "./dist/index.js",
|
|
"module": "./dist/index.mjs",
|
|
"source": "./src/index.ts",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist/"
|
|
],
|
|
"scripts": {
|
|
"build": "pack-up build",
|
|
"clean": "run -T rimraf ./dist",
|
|
"lint": "run -T eslint .",
|
|
"test:ts": "run -T tsc --noEmit",
|
|
"watch": "pack-up watch"
|
|
},
|
|
"dependencies": {
|
|
"lodash": "4.17.21",
|
|
"winston": "3.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"@strapi/pack-up": "5.0.0",
|
|
"eslint-config-custom": "workspace:*",
|
|
"tsconfig": "workspace:*"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0 <=20.x.x",
|
|
"npm": ">=6.0.0"
|
|
}
|
|
}
|