{
  "name": "@turbocolor/colorshelll",
  "version": "0.0.5",
  "description": "Show Colors In The Node.js Repl",
  "main": "colorshelll.js",
  "scripts": {
    "test": "node colorshelll.js"
  },
  "bin": {
    "colorshelll-node": "./colorshelll.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/turbocolor/colorshelll.git"
  },
  "keywords": [
    "color"
  ],
  "author": "",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/turbocolor/colorshelll/issues"
  },
  "homepage": "https://github.com/turbocolor/colorshelll#readme",
  "dependencies": {
    "gradient-string": "^2.0.1",
    "pkg": "^5.7.0"
  },
  "devDependencies": {
    "@types/node": "^17.0.36",
    "jest": "^28.1.0"
  }
}
