{
    "name": "rust-toolchain",
    "version": "1.0.3",
    "private": false,
    "description": "Install the Rust toolchain",
    "main": "lib/main.js",
    "directories": {
        "lib": "lib",
        "test": "__tests__"
    },
    "scripts": {
        "build": "ncc build src/main.ts --minify",
        "watch": "ncc build src/main.ts --watch",
        "test": "jest"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/actions-rs/toolchain.git"
    },
    "keywords": [
        "actions",
        "rust",
        "rustup",
        "toolchain"
    ],
    "author": "actions-rs",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/actions-rs/toolchain/issues"
    },
    "dependencies": {
        "@actions/core": "^1.1.1",
        "@actions/exec": "^1.0.0",
        "@actions/io": "^1.0.0",
        "@actions-rs/core": "^0.0.7"
    },
    "devDependencies": {
        "@types/jest": "^24.0.20",
        "@types/node": "^12.11.7",
        "@zeit/ncc": "^0.20.5",
        "jest": "^24.9.0",
        "jest-circus": "^24.9.0",
        "ts-jest": "^24.1.0",
        "typescript": "^3.7.2"
    }
}