UNPKG

@eaboy/clean-console

Version:

A simple library to keep the console of your site or app clean

45 lines 1.29 kB
{ "name": "@eaboy/clean-console", "version": "1.0.4", "description": "A simple library to keep the console of your site or app clean ", "keywords": [ "javascript", "javascript-library", "browser", "console", "console-log" ], "main": "clean-console.min.js", "types": "index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "lint": "eslint --ext .ts", "transpile": "tsc", "build": "npm run lint && webpack --mode=development", "prepublish": "npm run lint && webpack --mode=production" }, "repository": { "type": "git", "url": "https://github.com/eaboy/clean-console" }, "author": "Eduardo Aboy de la Cruz", "license": "MIT", "bugs": { "url": "https://github.com/eaboy/clean-console/issues" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^3.1.0", "@typescript-eslint/parser": "^3.1.0", "eslint": "^7.1.0", "eslint-config-airbnb-base": "^14.1.0", "eslint-config-prettier": "^6.11.0", "eslint-config-typescript": "^3.0.0", "eslint-plugin-import": "^2.20.2", "eslint-plugin-prettier": "^3.1.3", "prettier": "^2.0.5", "ts-loader": "^7.0.5", "typescript": "^3.9.5", "webpack": "^4.43.0", "webpack-cli": "^3.3.11" } }