{
    "name": "vamtiger-regex-leading-dash",
    "version": "1.0.14",
    "description": "Matches a string with leading dash(es).",
    "repository": {
        "type": "git",
        "url": "https://github.com/vamtiger-project/vamtiger-regex-leading-dash.git"
    },
    "bugs": {
        "url": "https://github.com/vamtiger-project/vamtiger-argv/issues"
    },
    "main": "build",
    "types": "build/index.d.ts",
    "author": "Vamtiger Immortalles",
    "keywords": [
        "vamtiger",
        "regex",
        "leading",
        "dash"
    ],
    "scripts": {
        "test": "mocha build/test --recursive",
        "build": "tsc",
        "commit": "vamtigerNodeTypescriptCommit --push --publish"
    },
    "license": "MIT",
    "devDependencies": {
        "@types/chai": "^4.0.4",
        "@types/mocha": "^2.2.44",
        "@types/typescript": "^2.0.0",
        "@types/xregexp": "^3.0.29",
        "chai": "^4.1.2",
        "mocha": "^4.0.1",
        "typescript": "^2.5.3",
        "vamtiger-node-typescript-commit": "latest"
    },
    "dependencies": {
        "xregexp": "^3.2.0"
    }
}
