{
  "name": "@drecom/scene-graph-mediator-cli",
  "version": "1.2.1",
  "description": "",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "bin": {
    "sgmed": "bin/cli.js"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/drecom/scene-graph/tree/master/packages/scene-graph-mediator/client"
  },
  "scripts": {
    "build:lib": "tsc -p .",
    "build:docs": "typedoc 'src/'",
    "test:lint": "tslint -p tsconfig.json --format stylish 'src/**/*.ts*'",
    "test:unit": "mocha -r ts-node/register $(find test | grep .test.ts)",
    "test:cov:unit": "nyc -r lcov -e .ts -x \"*.test.ts\" mocha -r ts-node/register $(find test | grep .test.ts) && nyc report",
    "test:cov:report": "nyc report",
    "test:unit:watch": "karma start --auto-watch --no-single-run",
    "workflow:build": "npm run build:lib && npm run build:docs",
    "workflow:test": "npm run test:lint && npm run test:cov:unit"
  },
  "keywords": [],
  "author": "Drecom Co.,Ltd.",
  "devDependencies": {
    "@drecom/scene-graph-schema": "^0.1.2",
    "@types/chai": "^4.1.7",
    "@types/command-line-args": "^5.0.0",
    "@types/mocha": "^5.2.5",
    "@types/sinon": "5.0.2",
    "@types/yaml": "^1.0.2",
    "chai": "^4.2.0",
    "mocha": "^5.2.0",
    "nyc": "^14.1.1",
    "power-assert": "^1.6.0",
    "sinon": "^6.1.4",
    "ts-loader": "^4.4.2",
    "ts-node": "^8.1.0",
    "tslint": "^5.17.0",
    "tslint-config-airbnb": "^5.9.2",
    "typedoc": "^0.11.1",
    "typescript": "^2.9.2",
    "yaml": "^1.5.0"
  },
  "gitHead": "0423b30b70ce63a851dc2b4768f8ebc9aa4d8793",
  "dependencies": {
    "commander": "^2.19.0"
  }
}
