UNPKG

@skyra/logger

Version:

A lightweight logger system with level support

63 lines 1.41 kB
{ "name": "@skyra/logger", "version": "2.0.3", "description": "A lightweight logger system with level support", "author": "@skyra", "license": "Apache-2.0", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "exports": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "sideEffects": false, "scripts": { "test": "vitest run", "build": "tsup", "watch": "tsup --watch", "typecheck": "tsc -p tsconfig.eslint.json", "lint": "eslint src --ext ts --fix -c ../../package.json", "prepack": "yarn build", "bump": "cliff-jumper", "check-update": "cliff-jumper --dry-run" }, "repository": { "type": "git", "url": "git+https://github.com/skyra-project/archid-components.git", "directory": "packages/logger" }, "files": [ "dist/" ], "engines": { "node": ">=16.9.0", "npm": ">=8.0.0" }, "keywords": [ "discord", "api", "http", "skyra", "typescript", "ts", "yarn" ], "bugs": { "url": "https://github.com/skyra-project/archid-components/issues" }, "publishConfig": { "access": "public" }, "dependencies": { "colorette": "^2.0.20" }, "devDependencies": { "@favware/cliff-jumper": "^2.2.3", "@vitest/coverage-v8": "^1.0.4", "tsup": "^8.0.1", "typescript": "^5.3.3", "vitest": "^1.0.4" } }