{
    "name": "restapify-cli",
    "version": "0.0.12",
    "main": "./dist/cli.js",
    "repository": "git@github.com:johannchopin/restapify-cli.git",
    "author": "johannchopin <johannchopin@pm.me>",
    "license": "MIT",
    "private": false,
    "scripts": {
        "test": "jest --passWithNoTests --no-cache --silent",
        "build": "yarn tsc",
        "lint": "yarn eslint . --ext .js,.ts"
    },
    "bin": {
        "@johannchopin/restapify": "./bin/restapify",
        "restapify": "./bin/restapify"
    },
    "dependencies": {
        "boxen": "^4.2.0",
        "chalk": "^4.1.0",
        "commander": "^6.2.1",
        "jsonschema": "^1.4.0",
        "path": "^0.12.7",
        "restapify": "^0.0.24"
    },
    "devDependencies": {
        "@babel/preset-env": "^7.12.1",
        "@typescript-eslint/eslint-plugin": "^4.11.0",
        "@typescript-eslint/parser": "^4.11.0",
        "eslint": "^7.13.0",
        "eslint-config-airbnb-base": "^14.2.1",
        "jest": "^26.6.3",
        "ts-jest": "^26.4.4",
        "typescript": "^4.1.3"
    }
}
