UNPKG

@connectedcars/logutil

Version:
60 lines (59 loc) 1.86 kB
{ "name": "@connectedcars/logutil", "version": "6.2.1", "description": "Simple log formatting for Node", "main": "build/dist/src/index.js", "engines": { "node": ">=12.0.0" }, "scripts": { "test": "TZ=UTC jest", "cov": "TZ=UTC jest --coverage=true", "build": "build src bin && node ./build/dist/bin/add-module-exports.js", "lint": "eslint './src/**/*.{ts,tsx}'", "lint:fix": "eslint --fix './src/**/*.{ts,tsx}'", "ci-tsc": "checks tsc", "ci-jest": "checks jest", "ci-audit": "checks audit", "ci-eslint": "checks eslint", "ci-auto": "checks auto --hard-fail", "prepare": "echo \"Make npm install devDependencies for this package by having a prepare script\"", "prepack": "npm run build", "prepublishOnly": "rm -rf build" }, "repository": { "type": "git", "url": "git+https://github.com/connectedcars/node-logutil.git" }, "keywords": [ "log" ], "author": "Connected Cars <oss@connectedcars.io>", "license": "MIT", "bugs": { "url": "https://github.com/connectedcars/node-logutil/issues" }, "homepage": "https://github.com/connectedcars/node-logutil#readme", "devDependencies": { "@babel/cli": "7.20.7", "@babel/core": "7.20.12", "@babel/preset-env": "7.20.2", "@babel/preset-typescript": "7.18.6", "@connectedcars/setup": "^0.18.0", "@connectedcars/test": "^0.22.9", "@types/jest": "29.2.5", "@types/node": "^12.12.6", "@typescript-eslint/eslint-plugin": "5.48.0", "@typescript-eslint/parser": "5.48.0", "babel-jest": "29.3.1", "eslint": "8.31.0", "eslint-config-prettier": "8.6.0", "eslint-plugin-prettier": "4.2.1", "eslint-plugin-simple-import-sort": "^8.0.0", "jest": "29.3.1", "jest-circus": "^29.3.1", "prettier": "2.8.1", "sinon": "^15.0.1", "typescript": "4.9.4" } }