metalog
Version:
Logger for Metarhia
66 lines (65 loc) • 1.54 kB
JSON
{
"name": "metalog",
"version": "3.1.16",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
"description": "Logger for Metarhia",
"license": "MIT",
"keywords": [
"logger",
"log",
"logging",
"metarhia",
"impress",
"server",
"jstp",
"globalstorege",
"highload",
"cloud",
"api",
"node",
"nodejs",
"application-server",
"tools",
"console"
],
"repository": {
"type": "git",
"url": "git+https://github.com/metarhia/metalog.git"
},
"bugs": {
"url": "https://github.com/metarhia/metalog/issues",
"email": "timur.shemsedinov@gmail.com"
},
"homepage": "https://metarhia.com",
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/tshemsedinov"
},
"main": "metalog.js",
"types": "metalog.d.ts",
"readmeFilename": "README.md",
"files": [
"types/",
"metalog.d.ts"
],
"scripts": {
"test": "npm run lint && npm run types && node --test",
"types": "tsc -p tsconfig.json",
"lint": "eslint . && prettier --check \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.ts\"",
"fix": "eslint . --fix && prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.ts\""
},
"engines": {
"node": "18 || 20 || 21 || 22 || 23 || 24"
},
"dependencies": {
"concolor": "^1.1.2",
"metautil": "^5.2.5"
},
"devDependencies": {
"@types/node": "^22.15.21",
"eslint": "^9.27.0",
"eslint-config-metarhia": "^9.1.1",
"prettier": "^3.5.3",
"typescript": "^5.8.3"
}
}