{
    "name": "@appveen/rat",
    "version": "1.6.4",
    "description": "ReST API Tester",
    "main": "./bin/rat.js",
    "scripts": {
        "start": "node app.js"
    },
    "author": "Jerry M. <jerry@appveen.com>",
    "license": "MIT",
    "dependencies": {
        "body-parser": "^1.18.3",
        "commander": "^2.19.0",
        "express": "^4.16.4",
        "inquirer": "^6.2.0",
        "inquirer-autocomplete-prompt": "^1.0.2",
        "rimraf": "^2.6.3"
    },
    "bin": {
        "rat": "./bin/rat.js"
    },
    "homepage": "https://github.com/appveen/rat.git#readme",
    "bugs": {
        "url": "https://github.com/appveen/rat/issues"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/appveen/rat.git"
    }
}
