{
  "name": "@now/rust",
  "version": "0.2.10",
  "license": "MIT",
  "main": "./dist/index",
  "homepage": "https://zeit.co/docs/v2/deployments/official-builders/now-rust",
  "repository": {
    "type": "git",
    "url": "https://github.com/zeit/now-builders.git",
    "directory": "packages/now-rust"
  },
  "scripts": {
    "build": "tsc",
    "test": "tsc && jest",
    "prepublish": "tsc",
    "typecheck": "tsc --noEmit",
    "now-postinstall": "node dist/install.js"
  },
  "files": [
    "dist",
    "launcher.rs"
  ],
  "dependencies": {
    "@iarna/toml": "^2.2.1",
    "execa": "^1.0.0",
    "fs-extra": "^7.0.1"
  },
  "devDependencies": {
    "@types/execa": "^0.9.0",
    "@types/fs-extra": "^7.0.0",
    "typescript": "3.5.2"
  },
  "gitHead": "0b54093ca21d69dfba3fed8fea8e93a14f55332f"
}
