{
  "name": "@runly/core",
  "version": "0.5.33",
  "description": "Core components to connect to Runly",
  "main": "lib/index.js",
  "types": "dist/index.d.ts",
  "prettier": "@runly/prettier-config",
  "scripts": {
    "lint": "tsc && eslint --ext .js,.jsx,.ts,.tsx src test example types",
    "test": "jest",
    "compile": "rimraf dist lib && tsc -p tsconfig.output.json && babel src -d lib --extensions \".ts,.tsx,.js,.jsx\" --source-maps --copy-files",
    "prepare": "typescript-json-schema src/config.ts Config --required > src/schema.json && genversion --es6 --semi src/version.js",
    "prepublishOnly": "npm run lint && npm run compile",
    "babelify": "babel-node --extensions \".ts,.tsx,.js,.jsx\" example/index.ts",
    "start": "npm run babelify -- list",
    "diagnostic": "npm run babelify -- run diagnostic",
    "place-importer-slow": "npm run babelify -- run place-importer --execution.itemFailureCountToStopJob 500",
    "place-importer-fast": "npm run babelify -- run place-importer --execution.parallelTaskCount 50 --execution.itemFailureCountToStopJob 500",
    "copy-directory": "npm run babelify -- run copy-directory --source src --destination lib",
    "slow-progress": "npm run babelify -- run slow-progress --names Rick --names Morty --names Jerry --names Summer --names Beth --names \"Mr. Poopy Butthole\" --execution.itemFailureCountToStopJob 3",
    "config-fail": "npm run babelify -- run test/configs/bad.json"
  },
  "files": [
    "dist",
    "lib",
    "README.md",
    "logo.svg",
    "hello.svg"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/runlyio/corejs.git"
  },
  "author": "Runly LLC",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/runlyio/corejs/issues"
  },
  "homepage": "https://www.runly.io/docs/integration/js/core/",
  "engines": {
    "node": ">=10"
  },
  "dependencies": {
    "@microsoft/signalr": "^3.1.9",
    "@runly/ui": "~0.1.5",
    "accounting": "~0.4.1",
    "emittery": "^0.7.2",
    "generate-schema": "^2.6.0",
    "glob": "^7.1.6",
    "ink": "^3.0.8",
    "ink-progress-bar": "^3.0.0",
    "ink-spinner": "^4.0.1",
    "lodash": "^4.17.20",
    "react": "^16.13.1",
    "urlcat": "^2.0.4",
    "yargs": "^16.1.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.12.1",
    "@babel/core": "^7.12.3",
    "@babel/node": "^7.12.1",
    "@babel/preset-env": "^7.12.1",
    "@babel/preset-react": "^7.12.1",
    "@babel/preset-typescript": "^7.12.1",
    "@babel/register": "^7.12.1",
    "@runly/eslint-config": "^4.3.0",
    "@runly/prettier-config": "^4.3.1",
    "@runly/tsconfig": "^4.3.1",
    "@types/accounting": "^0.4.1",
    "@types/glob": "^7.1.3",
    "@types/jest": "^26.0.15",
    "@types/lodash": "4.14.x",
    "@types/react": "^16.9.53",
    "babel-plugin-lodash": "^3.3.4",
    "csv-parser": "^2.3.3",
    "eslint": "^7.11.0",
    "genversion": "^2.2.1",
    "ink-testing-library": "^2.1.0",
    "jest": "^26.6.0",
    "jest-diff": "^26.6.0",
    "jest-matcher-utils": "^26.6.0",
    "memfs": "^3.2.0",
    "prettier": "^2.1.2",
    "rimraf": "^3.0.2",
    "strip-ansi": "^6.0.0",
    "ts-async-semaphore": "^2.0.0",
    "typescript": "^4.0.3",
    "typescript-json-schema": "^0.43.0"
  }
}
