{ "name": "log4js", "version": "6.6.0", "description": "Port of Log4js to work with node.", "homepage": "https://log4js-node.github.io/log4js-node/", "files": [ "lib", "types/*.d.ts", "CHANGELOG.md", "SECURITY.md" ], "keywords": [ "logging", "log", "log4j", "node" ], "license": "Apache-2.0", "main": "./lib/log4js", "types": "./types/log4js.d.ts", "contributors": [ "Gareth Jones ", "Lam Wei Li " ], "repository": { "type": "git", "url": "https://github.com/log4js-node/log4js-node.git" }, "bugs": { "url": "http://github.com/log4js-node/log4js-node/issues" }, "engines": { "node": ">=8.0" }, "scripts": { "prepare": "is-ci || husky install", "pretest": "prettier --check . && eslint \"lib/**/*.js\" \"test/**/*.js\"", "prettier:fix": "prettier --write .", "test": "tap \"test/tap/**/*.js\" --cov --timeout=45", "typings": "tsc -p types/tsconfig.json" }, "directories": { "test": "test", "lib": "lib" }, "dependencies": { "date-format": "^4.0.11", "debug": "^4.3.4", "flatted": "^3.2.5", "rfdc": "^1.3.0", "streamroller": "^3.1.1" }, "devDependencies": { "@commitlint/cli": "^17.0.2", "@commitlint/config-conventional": "^17.0.2", "@log4js-node/sandboxed-module": "^2.2.1", "callsites": "^3.1.0", "deep-freeze": "0.0.1", "eslint": "^8.16.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^8.5.0", "eslint-import-resolver-node": "^0.3.6", "eslint-plugin-import": "^2.26.0", "eslint-plugin-prettier": "^4.0.0", "fs-extra": "^10.1.0", "husky": "^8.0.1", "is-ci": "^3.0.1", "nyc": "^15.1.0", "prettier": "^2.6.0", "proxyquire": "^2.1.3", "tap": "^16.2.0", "typescript": "^4.7.2" }, "browser": { "os": false }, "tap": { "check-coverage": true }, "nyc": { "all": true, "include": [ "lib/**/*.js" ], "require": [ "./test/sandbox-coverage" ] } }