{
    "name": "ntlm-parser",
    "version": "1.0.6",
    "description": "",
    "main": "build/src/index.js",
    "bin": "bin/ntlm-parser.js",
    "scripts": {
        "test": "mocha",
        "lint": "gts lint",
        "clean": "gts clean",
        "compile": "tsc",
        "fix": "gts fix",
        "pretest": "npm.cmd run compile",
        "posttest": "npm.cmd run lint",
        "release": "standard-version",
        "start": "ts-node bin/ntlm-parser.ts"
    },
    "keywords": [],
    "author": "",
    "license": "ISC",
    "devDependencies": {
        "@types/debug": "^4.1.5",
        "@types/mocha": "^8.0.4",
        "@types/node": "^14.11.2",
        "gts": "^3.0.2",
        "mocha": "^8.2.1",
        "standard-version": "^9.0.0",
        "ts-node": "^9.0.0",
        "typescript": "^4.0.3"
    },
    "dependencies": {
        "commander": "^6.2.0",
        "debug": "^4.2.0"
    }
}
