{
  "name": "yarn-or-die",
  "version": "1.1.0",
  "description": "Force using yarn instead of npm",
  "main": "index.js",
  "bin": {
    "yarn-or-die": "index.js"
  },
  "scripts": {
    "test": "node index.js",
    "test2": "yarn test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/glenngr/yarn-or-die.git"
  },
  "keywords": [
    "Force",
    "using",
    "use",
    "yarn",
    "instead",
    "of",
    "npm",
    "die",
    "kill"
  ],
  "author": "Glenn Greibesland",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/glenngr/yarn-or-die/issues"
  },
  "homepage": "https://github.com/glenngr/yarn-or-die#readme"
}
