mirror of
https://github.com/github/codeql-action.git
synced 2025-12-31 19:50:32 +08:00
15 lines
365 B
JSON
15 lines
365 B
JSON
{
|
|
"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"
|
|
}
|
|
} |