{
    "name": "@theorchard/apollo-rover",
    "version": "1.1.2",
    "description": "Wrapper around @apollo/rover",
    "author": "The Orchard",
    "bin": {
        "apollo-rover": "./index.js"
    },
    "publishConfig": {
        "registry": "https://npm.pkg.github.com"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/theorchard/orchard-suite.git"
    },
    "scripts": {
        "build": "tsc --build ./tsconfig.json",
        "start": "pnpm build && node ./dist/src/index.js",
        "format": "prettier --write .",
        "format:check": "prettier --check ."
    },
    "prettier": "@theorchard/prettier-config",
    "dependencies": {
        "@apollo/rover": "^0.10.0",
        "commander": "^9.4.0"
    },
    "files": [
        "dist",
        "index.js"
    ]
}
