UNPKG

logt

Version:

🖥️ A colourful logger for the browser

57 lines (56 loc) 1.43 kB
{ "name": "logt", "version": "1.5.0", "description": "🖥️ A colourful logger for the browser", "main": "dist/index.js", "scripts": { "lint": "eslint src/index.ts", "docs": "typedoc --out docs src/index.ts", "dev": "webpack serve --config webpack.dev.js --open", "build": "webpack && tsc --declaration", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/sidhantpanda/logt.git" }, "keywords": [ "log", "logging", "typescript", "color", "colorful", "loglevel", "setlevel" ], "files": [ "dist/**" ], "author": "Sidhant Panda", "license": "MIT", "bugs": { "url": "https://github.com/sidhantpanda/logt/issues" }, "homepage": "https://github.com/sidhantpanda/logt#readme", "devDependencies": { "@types/jest": "29.5.0", "@types/tapable": "2.2.2", "@types/webpack": "5.28.0", "@typescript-eslint/eslint-plugin": "5.56.0", "@typescript-eslint/parser": "5.56.0", "clean-webpack-plugin": "4.0.0", "eslint": "8.36.0", "eslint-config-airbnb-base": "15.0.0", "eslint-plugin-import": "2.27.5", "html-webpack-plugin": "5.5.0", "jest": "29.5.0", "ts-jest": "29.0.5", "ts-loader": "9.4.2", "typedoc": "0.23.28", "typescript": "5.0.2", "webpack": "5.76.3", "webpack-cli": "5.0.1", "webpack-dev-server": "4.13.1", "webpack-merge": "5.8.0" } }