{
    "name": "@google/jules",
    "publishConfig": {
        "registry": "https://wombat-dressing-room.appspot.com"
    },
    "files": [
        "index.cjs",
        "run.cjs"
    ],
    "version": "0.1.42",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/google-labs-code/jules-awesome-list.git"
    },
    "engines": {
        "node": ">=18.0.0"
    },
    "bin": {
        "jules": "./run.cjs"
    },
    "binURL": "https://storage.googleapis.com/jules-cli/{{version}}/jules_external_{{version}}_{{platform}}_{{arch}}.tar.gz",
    "scripts": {
        "postinstall": "node ./index.cjs install",
        "preuninstall": "node ./index.cjs uninstall"
    },
    "homepage": "https://jules.google",
    "dependencies": {
        "tar": "^7.4.3"
    }
}
