{
  "name": "styled-logs",
  "version": "0.1.9",
  "description": "Styled console statements with modern JavaScript",
  "homepage": "https://styled-logs.com",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "files": [
    "dist"
  ],
  "types": "dist/index.d.ts",
  "author": "Justin Wilkerson <gojutin@gmail.com>",
  "license": "MIT",
  "keywords": [
    "console",
    "console.log",
    "styled",
    "css",
    "styled-logs"
  ],
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "build": "npm run test && npm run clean && rollup -c",
    "clean": "rm -rf ./dist && mkdir dist",
    "watch": "rollup -cw"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gojutin/styled-logs.git"
  },
  "devDependencies": {
    "@types/jest": "^25.2.3",
    "@types/node": "^14.0.5",
    "jest": "^26.0.1",
    "rollup": "^2.10.9",
    "rollup-plugin-typescript2": "^0.27.1",
    "ts-jest": "^26.0.0",
    "typescript": "^3.9.3"
  }
}
