@gasket/plugin-log
Version:
73 lines (72 loc) • 1.69 kB
JSON
{
"name": "@gasket/plugin-log",
"version": "6.47.1",
"description": "Gasket log plugin",
"main": "lib",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"test": "cross-env NODE_OPTIONS='--unhandled-rejections=strict' jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"posttest": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/godaddy/gasket.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"gasket",
"plugin",
"log",
"winston",
"server",
"client"
],
"author": "GoDaddy Operating Company, LLC",
"maintainers": [
"Martijn Swaagman <mswaagman@godaddy.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/godaddy/gasket/issues"
},
"homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-log",
"dependencies": {
"@gasket/log": "^6.46.8"
},
"devDependencies": {
"@gasket/engine": "^6.47.1",
"babel-eslint": "^10.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"eslint-config-godaddy": "^7.1.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-unicorn": "^44.0.0",
"jest": "^29.7.0"
},
"eslintConfig": {
"extends": [
"godaddy",
"plugin:jest/recommended"
],
"plugins": [
"unicorn",
"babel"
],
"rules": {
"unicorn/filename-case": "error"
},
"ignorePatterns": "*.d.ts"
},
"gitHead": "9bf7fe135d46371e32afe289e69307d44574ff7c"
}