{
    "name": "ycb-config",
    "version": "2.5.1",
    "description": "Configuration manager for Yahoo configuration bundles",
    "author": "Drew Folta <folta@yahoo-inc.com>",
    "contributors": [],
    "main": "./lib/index.js",
    "files": [
        "lib"
    ],
    "directories": {
        "lib": "./lib"
    },
    "homepage": "https://github.com/yahoo/ycb-config",
    "dependencies": {
        "json5": "^2.2.3",
        "yamljs": "^0.3.0",
        "ycb": "^2.2.0"
    },
    "devDependencies": {
        "chai": "^4.3.7",
        "eslint": "^8.44.0",
        "mocha": "^10.2.0",
        "prettier": "^3.0.0",
        "sinon": "^15.2.0"
    },
    "scripts": {
        "lint": "eslint lib/*.js tests/lib/*.js && prettier --check .",
        "test": "mocha tests/lib/index.js tests/lib/cache-test.js tests/lib/deep.js --reporter spec"
    },
    "license": "BSD",
    "repository": {
        "type": "git",
        "url": "git@github.com:yahoo/ycb-config.git"
    },
    "prettier": {
        "printWidth": 120,
        "singleQuote": true,
        "tabWidth": 4
    }
}
