{
  "name": "seogi",
  "version": "1.0.25",
  "description": "This is the library that improved native console API",
  "keywords": [
    "seogi",
    "console",
    "log",
    "library"
  ],
  "module": "dist/seogi.esm.js",
  "main": "dist/seogi.js",
  "sideEffects": false,
  "scripts": {
    "start": "npm run clean && rollup -c ./build/rollup.config.test.js -w",
    "start:node": "babel-node ./examples",
    "build": "npm run clean && rollup -c ./build/rollup.config.js",
    "deploy": "npm run lint && npm run test && npm run build && npm run doc && npm publish && npm run clean",
    "test": "jest --config jest.config.js",
    "coverage": "jest --config jest.config.js --ci --coverage",
    "lint": "eslint examples/**/* src/**/* scripts/**/* tests/**/* --fix",
    "clean": "rimraf dist",
    "doc": "babel-node scripts/doc.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mohwa/seogi.git"
  },
  "author": {
    "name": "mohwa",
    "email": "yanione2@gmail.com",
    "url": ""
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mohwa/seogi/issues",
    "email": "yanione2@gmail.com"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE.md"
  ],
  "homepage": "https://github.com/mohwa/seogi#readme",
  "devDependencies": {
    "@babel/core": "^7.12.10",
    "@babel/node": "^7.12.10",
    "@babel/plugin-proposal-optional-chaining": "^7.6.0",
    "@babel/preset-env": "^7.12.10",
    "@rollup/plugin-commonjs": "^17.0.0",
    "@rollup/plugin-html": "^0.2.0",
    "@rollup/plugin-node-resolve": "^11.0.0",
    "babel-eslint": "^10.0.3",
    "babel-jest": "^26.3.0",
    "babel-loader": "^8.0.6",
    "babel-plugin-rewire": "^1.2.0",
    "colors": "^1.4.0",
    "cross-env": "^6.0.3",
    "emnida": "^2.0.1",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.4.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-prettier": "^3.1.1",
    "fs-extra": "^9.1.0",
    "husky": "^3.0.8",
    "jest": "^26.4.2",
    "jsdoc-to-markdown": "^7.0.0",
    "lint-staged": "^9.4.2",
    "lodash": "^4.17.20",
    "markdown-include": "^0.4.3",
    "prettier-eslint": "^9.0.0",
    "rimraf": "^3.0.0",
    "rollup": "^2.34.2",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-serve": "^1.1.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-uglify": "^6.0.4"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged && npm run test"
    }
  },
  "lint-staged": {
    "*.js": [
      "eslint --fix",
      "git add"
    ]
  },
  "engines": {
    "node": ">=10"
  },
  "browserslist": [
    "> 1%",
    "last 2 version",
    "not ie <= 8"
  ]
}
