package.json 366 B

123456789101112131415
  1. {
  2. "name": "is-yarn-global",
  3. "version": "0.3.0",
  4. "description": "Check if installed by yarn globally without any `fs` calls",
  5. "repository": "git@github.com:LitoMore/is-yarn-global.git",
  6. "author": "LitoMore (litomore@gmail.com)",
  7. "license": "MIT",
  8. "scripts": {
  9. "test": "xo"
  10. },
  11. "devDependencies": {
  12. "ava": "^0.24.0",
  13. "xo": "^0.18.2"
  14. }
  15. }