{
    "name": "cf-problemset",
    "version": "1.1.1",
    "description": "Fetch a problemset from Codeforces and setup project",
    "bin": {
        "cf-cli": "dist/src/index.js"
    },
    "main": "src/index.ts",
    "repository": "git@github.com:link00000000/cf-problemset",
    "author": "link00000000 <crandall.logan@gmail.com>",
    "license": "MIT",
    "scripts": {
        "start": "node dist/src/index.js",
        "prestart": "npm run build",
        "build": "tsc",
        "clean": "rimraf dist",
        "prepublish": "npm run build && bump --commit --tag --push"
    },
    "dependencies": {
        "axios": "^0.19.2",
        "cheerio": "^1.0.0-rc.3",
        "commander": "^5.1.0",
        "inquirer": "^7.1.0",
        "typescript": "^3.9.2"
    },
    "devDependencies": {
        "@jsdevtools/version-bump-prompt": "^6.0.3",
        "@types/cheerio": "^0.22.18",
        "@types/inquirer": "^6.5.0",
        "rimraf": "^3.0.2"
    }
}
