{
  "name": "chalky",
  "version": "1.1.4",
  "description": "Like chalk.js, but smaller and with fewer features",
  "main": "lib/chalky.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oze4/chalky.git"
  },
  "scripts": {
    "build": "rimraf lib && ./node_modules/.bin/rollup -c",
    "prepublish": "npm run build"
  },
  "keywords": [
    "chalk",
    "nodejs",
    "node",
    "express",
    "expressjs",
    "console",
    "color",
    "chalkjs",
    "chalky",
    "console color",
    "color text",
    "colorsjs"
  ],
  "author": "Matt Oestreich",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/oze4/chalky/issues"
  },
  "homepage": "https://github.com/oze4/chalky#readme",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^11.1.0",
    "@rollup/plugin-node-resolve": "^7.1.3",
    "rimraf": "^3.0.2",
    "rollup": "^2.6.1",
    "rollup-plugin-terser": "^5.3.0"
  }
}
