UNPKG

616 BJSONView Raw
1{
2 "name": "yarn-or-npm",
3 "version": "3.0.0",
4 "description": "Use Yarn or npm to execute a command",
5 "license": "MIT",
6 "engines": {
7 "node": ">=8.6.0"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git@github.com:camacho/yarn-or-npm.git"
12 },
13 "author": "Patrick Camacho <patrick@daftdevelopers.com>",
14 "keywords": [
15 "yarn",
16 "npm",
17 "spawn",
18 "command"
19 ],
20 "bin": {
21 "yarn-or-npm": "bin/index.js",
22 "yon": "bin/index.js"
23 },
24 "main": "index.js",
25 "files": [
26 "index.js",
27 "bin/"
28 ],
29 "dependencies": {
30 "cross-spawn": "^6.0.5",
31 "pkg-dir": "^4.2.0"
32 }
33}