{
    "name": "@harvestr-api/integration-gitlab",
    "version": "4.10.68",
    "description": "> TODO: description",
    "author": "valentinbe <valentinbe@hotmail.fr>",
    "homepage": "https://bitbucket.org/harvestrio/server#readme",
    "license": "ISC",
    "main": "lib/main.js",
    "directories": {
        "lib": "lib"
    },
    "files": [
        "lib"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://valentinbe@bitbucket.org/harvestrio/server.git"
    },
    "scripts": {
        "build": "rm -rf lib && webpack --config webpack.config.js --mode=production",
        "dev": "webpack --config webpack.config.js --mode=development",
        "dev:clean": "rm -rf lib && webpack --config webpack.config.js --mode=development",
        "clean": "rm -rf lib"
    },
    "dependencies": {
        "@harvestr-api/common": "^4.10.68",
        "@harvestr-api/models": "^4.10.63",
        "@harvestr-api/utils": "^4.10.63",
        "base64url": "^3.0.0",
        "express": "^4.15.2",
        "oauth": "^0.9.15",
        "request": "^2.88.0",
        "request-promise": "^4.2.5",
        "url": "^0.11.0"
    },
    "gitHead": "f144b04a50aa37b17a2edcdcea1e922efd21cc72",
    "devDependencies": {
        "@types/request-promise": "^4.1.46",
        "ts-loader": "6.2.2",
        "tslint": "6.1.1",
        "typescript": "3.9.3"
    }
}
