{
    "name": "codeceptjs-configure",
    "version": "9.2.1",
    "description": "Shared Configurations for CodeceptJS-BDD",
    "homepage": "https://gkushang.github.io/",
    "bugs": {
        "url": "https://github.com/salesforce/codeceptjs-bdd/issues"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/salesforce/codeceptjs-bdd.git"
    },
    "license": "MIT",
    "author": {
        "name": "Kushang Gajjar",
        "email": "g.kushang@gmail.com"
    },
    "main": "index.js",
    "scripts": {
        "lint": "eslint lib/**/*.js",
        "lint:prettier": "eslint lib/**/*.js --fix && prettier --write -ignore-unknown . ",
        "test": "echo \"Error: run tests from root\" && exit 1"
    },
    "dependencies": {
        "@codeceptjs/helper": "1.0.2",
        "camelcase": "6.0.0",
        "cli-ux": "5.4.5",
        "csv-parse": "4.15.4",
        "dateformat": "4.5.1",
        "deepmerge": "4.2.2",
        "dotenv-extended": "^2.8.0",
        "figlet": "1.3.0",
        "fs-extra": "9.0.1",
        "query-selector-shadow-dom": "0.8.0",
        "shelljs": "0.8.4"
    },
    "gitHead": "0f13689ee1d4de3605ed94728729cb3cb36a3bc7"
}
