{
  "name": "chalk-pipe",
  "version": "6.2.0",
  "description": "Create chalk style schemes with simpler style strings",
  "type": "module",
  "exports": "./distribution/index.js",
  "types": "distribution",
  "engines": {
    "node": "^12.17.0 || ^14.13 || >=16.0.0"
  },
  "files": [
    "distribution"
  ],
  "scripts": {
    "prepublishOnly": "npm run build",
    "build": "del-cli distribution && tsc",
    "pretest": "npm run build",
    "test": "xo && c8 ava"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LitoMore/chalk-pipe.git"
  },
  "author": "LitoMore",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/LitoMore/chalk-pipe/issues"
  },
  "homepage": "https://github.com/LitoMore/chalk-pipe#readme",
  "devDependencies": {
    "@sindresorhus/tsconfig": "^6.0.0",
    "@types/node": "^22.7.4",
    "ava": "^6.1.3",
    "c8": "^10.1.2",
    "del-cli": "^5.1.0",
    "typescript": "^5.6.2",
    "xo": "^0.59.3"
  },
  "dependencies": {
    "chalk": "^5.3.0"
  },
  "xo": {
    "prettier": true,
    "rules": {
      "ava/no-ignored-test-files": "off"
    }
  },
  "ava": {
    "files": [
      "distribution/test.js"
    ]
  }
}
