{
    "name": "@roadmanjs/couchset",
    "description": "A Couchbase roadman using CouchSet",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "files": [
        "docs/",
        "dist/",
        "register/",
        "LICENSE"
    ],
    "keywords": [
        "couchbase",
        "couchset",
        "couchset.org",
        "roadman",
        "roadmanjs",
        "nodejs",
        "database"
    ],
    "author": {
        "name": "Ceddy Muhoza",
        "email": "ceddymuhoza@gmail.com",
        "url": "https://ceddy.org"
    },
    "license": "MIT",
    "private": false,
    "scripts": {
        "lint": "tslint \"src/**/*.ts\" --project tsconfig.json",
        "build": "rimraf dist && tsc --skipLibCheck",
        "test": "mocha tests/*test.ts --exit",
        "prepublishOnly": "npm run build",
        "eslint": "eslint ./src --fix --ext=ts"
    },
    "lint-staged": {
        "*.{ts,tsx}": [
            "npm run eslint"
        ]
    },
    "husky": {
        "hooks": {
            "pre-commit": "lint-staged"
        }
    },
    "dependencies": {
        "@roadmanjs/core": "*",
        "couchset": "^0.2.6",
        "debug": "^4.3.1",
        "lodash": "^4.17.20"
    },
    "version": "1.3.9",
    "devDependencies": {
        "tsx": "^4.21.0",
        "@roadmanjs/eslint-config": "*"
    }
}
