{
  "name": "@lyra/cli",
  "version": "0.3.0",
  "description": "Lyra CLI tool for managing Lyra installations, managing plugins, schemas and datasets",
  "main": "lib/cli.js",
  "bin": {
    "lyra": "./bin/lyra"
  },
  "scripts": {
    "build": "npm test && npm run package-yarn && npm run pack",
    "pack": "node scripts/pack.js",
    "package-yarn": "node -r babel-register src/scripts/package-yarn.js",
    "test": "mocha test/**/*.test.js",
    "clean": "rimraf lib",
    "prepublishOnly": "npm run build"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/VegaPublish/vega.git"
  },
  "keywords": [
    "vega",
    "vegapublish",
    "realtime",
    "content",
    "open access publishing",
    "cli"
  ],
  "author": "Vega <hello@vegapublish.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/VegaPublish/vega/issues"
  },
  "homepage": "http://vegapublish.com/",
  "devDependencies": {
    "@lyra/client": "0.3.0",
    "@lyra/resolver": "0.3.0",
    "@lyra/util": "0.3.0",
    "boxen": "^1.3.0",
    "chai": "^4.1.2",
    "chai-as-promised": "^7.1.1",
    "chalk": "^2.4.0",
    "configstore": "^3.0.0",
    "debug": "^3.1.0",
    "decompress": "^4.2.0",
    "deep-sort-object": "^1.0.1",
    "es6-promisify": "^6.0.0",
    "eventsource": "^1.0.5",
    "execa": "^0.10.0",
    "fs-extra": "^6.0.1",
    "gauge": "^2.7.4",
    "get-latest-version": "^1.0.0",
    "git-user-info": "^1.0.1",
    "gitconfiglocal": "^2.0.1",
    "inquirer": "^6.0.0",
    "is-installed-globally": "^0.1.0",
    "klaw-sync": "^4.0.0",
    "leven": "^2.1.0",
    "lodash": "^4.17.10",
    "minimist": "^1.2.0",
    "mocha": "^5.0.1",
    "opn": "^5.2.0",
    "ora": "^2.1.0",
    "osenv": "^0.1.4",
    "p-timeout": "^2.0.1",
    "promise-props-recursive": "^1.0.0",
    "react-icons": "^2.2.7",
    "resolve-from": "^4.0.0",
    "rimraf": "^2.6.2",
    "semver": "^5.5.0",
    "semver-compare": "^1.0.0",
    "simple-get": "^3.0.2",
    "split2": "^2.1.1",
    "validate-npm-package-name": "^3.0.0",
    "webpack": "^4.14.0",
    "which": "^1.3.0",
    "xdg-basedir": "^3.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
