frontend/.pnpm-store/v3/files/b9/6d5d617d88b0f5a7eea0d0a285addbe0f9a4b581c7f468b32e7bad3d54deb92a7587b82891bc8398d42282da60dc932bc37a8adaf201f899d16b587bd61108

16 lines
366 B
Plaintext

{
"name": "is-yarn-global",
"version": "0.3.0",
"description": "Check if installed by yarn globally without any `fs` calls",
"repository": "git@github.com:LitoMore/is-yarn-global.git",
"author": "LitoMore (litomore@gmail.com)",
"license": "MIT",
"scripts": {
"test": "xo"
},
"devDependencies": {
"ava": "^0.24.0",
"xo": "^0.18.2"
}
}