{
  "name": "fix-colors-out-of-memory",
  "version": "1.0.2",
  "description": "",
  "main": "index.js",
  "scripts": {
    "tsw": "tsc -w",
    "tsc": "tsc",
    "prepublishOnly": "npm run tsc",
    "test": "node test/index"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hoperyy/fix-colors-out-of-memory"
  },
  "keywords": ["colors", "out-of-memory", "heap out of memory", "loop"],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@types/node": "^17.0.8",
    "typescript": "^4.5.4"
  },
  "dependencies": {
    "recursive-readdir-sync": "^1.0.6"
  }
}
