UNPKG

has-yarn

Version:
49 lines (48 loc) 802 B
{ "name": "has-yarn", "version": "4.0.0", "description": "Check if a project is using Yarn", "license": "MIT", "repository": "sindresorhus/has-yarn", "funding": "https://github.com/sponsors/sindresorhus", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "type": "module", "exports": { "types": "./index.d.ts", "default": "./index.js" }, "sideEffects": false, "engines": { "node": ">=20" }, "scripts": { "test": "xo && ava" }, "files": [ "index.js", "index.d.ts" ], "keywords": [ "yarn", "has", "detect", "is", "project", "app", "module", "package", "manager", "npm" ], "dependencies": { "find-up-simple": "^1.0.1" }, "devDependencies": { "ava": "^6.4.1", "xo": "^1.2.2" } }