@graphile/logger
Version:
A logger abstraction for libraries
55 lines (54 loc) • 1.37 kB
JSON
{
"name": "@graphile/logger",
"version": "0.2.0",
"description": "A logger abstraction for libraries",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"test": "jest -i",
"format:check": "prettier --list-different 'src/**/*'",
"prepack": "rm -Rf dist && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/graphile/logger.git"
},
"keywords": [
"postgraphile",
"graphile",
"logger",
"logging",
"bunyan",
"winston",
"json"
],
"author": "Benjie Gillam <code@benjiegillam.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/graphile/logger/issues"
},
"homepage": "https://github.com/graphile/logger#readme",
"devDependencies": {
"@tsconfig/node10": "^1.0.0",
"@types/bunyan": "^1.8.6",
"@types/jest": "^26.0.22",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"bunyan": "^1.8.15",
"eslint": "^7.24.0",
"eslint-config-prettier": "^8.2.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jest": "^24.3.5",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint_d": "^10.0.4",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"ts-jest": "^26.5.5",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
},
"files": [
"dist"
]
}