{
  "name": "sagi-api",
  "version": "0.0.22",
  "description": "library of apis.sagittarius.ai",
  "main": "./build/index.js",
  "scripts": {
    "babel-node": "babel-node --",
    "build": "./node_modules/.bin/babel src -d build",
    "dist": "./node_modules/.bin/babel src -d dist --presets=babili",
    "lint": "eslint --ext .js -f ./node_modules/eslint-friendly-formatter src",
    "lint:fix": "eslint --ext .js -f ./node_modules/eslint-friendly-formatter --fix src",
    "test": "./node_modules/.bin/mocha --compilers js:babel-core/register --reporter spec --timeout=10000"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aharshac/node-es6-boilerplate.git"
  },
  "keywords": [
    "nodejs",
    "boilerplate",
    "es6",
    "es2015",
    "babel",
    "mocha",
    "lint"
  ],
  "author": "Tomasen",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/chiflix/apis"
  },
  "homepage": "https://github.com/chiflix/apis",
  "dependencies": {},
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-core": "^6.25.0",
    "babel-eslint": "^7.2.3",
    "babel-plugin-transform-es2015-destructuring": "^6.23.0",
    "babel-plugin-transform-object-rest-spread": "^6.23.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-es2015-node": "^6.1.1",
    "babili": "^0.1.3",
    "chai": "^4.1.2",
    "eslint": "^4.0.0",
    "eslint-config-airbnb-base": "^13.0.0",
    "eslint-friendly-formatter": "^4.0.1",
    "eslint-plugin-import": "^2.13.0",
    "google-protobuf": "^3.6.1",
    "grpc": "^1.14.1",
    "mocha": "^3.4.2",
    "power-assert": "^1.4.4"
  }
}
