{
  "name": "@knetik/micro-lib",
  "version": "3.1.45",
  "description": "",
  "main": "dist/index.js",
  "files": [
    "dist",
    "README"
  ],
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "lint": "eslint --ignore-path .eslintignore ./src",
    "type": "flow",
    "test": "yarn run lint && yarn run type",
    "build-docs": "documentation build ./src/** -f md -o DOCS.md",
    "build-src": "babel src/ -d dist/",
    "build": "yarn run build-src && yarn run build-docs",
    "prepublish": "yarn run test && yarn run build"
  },
  "dependencies": {
    "ajv": "^6.10.2",
    "ajv-errors": "^1.0.1",
    "axios": "^0.17.1",
    "babel-polyfill": "^6.26.0",
    "inflected": "^2.0.4",
    "lodash": "^4.17.4",
    "moment": "^2.24.0",
    "q": "^1.5.0",
    "require-path": "^0.3.0",
    "slash": "^3.0.0",
    "swagger2openapi": "^5.4.0",
    "uuid": "^3.1.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.4.3",
    "@babel/node": "^7.2.2",
    "@babel/plugin-transform-modules-commonjs": "^7.4.3",
    "@babel/preset-env": "^7.4.3",
    "@babel/preset-flow": "^7.0.0",
    "babel-eslint": "^10.0.1",
    "babel-plugin-add-module-exports": "^1.0.0",
    "documentation": "^9.3.1",
    "eslint": "^5.16.0",
    "eslint-config-airbnb-base": "^13.0.0",
    "eslint-plugin-flowtype": "^3.2.1",
    "eslint-plugin-import": "^2.12.0",
    "flow-bin": "^0.92.1"
  }
}
