{
  "name": "xlib",
  "version": "17.7.7",
  "description": "A Cross Platform, Monolithic Core Library for Typescript.",
  "main": "./built/_index.js",
  "private": false,
  "author": "jason swearingen <jasons@novaleaf.com>",
  "dependencies": {
    "@types/bluebird": "^3.5.26",
    "@types/d3-dsv": "^1.0.33",
    "@types/json5": "0.0.30",
    "@types/jsonwebtoken": "^7.2.8",
    "@types/lodash": "^4.14.116",
    "@types/luxon": "^1.2.2",
    "@types/mathjs": "^4.4.1",
    "@types/mocha": "^5.2.5",
    "@types/ms": "^0.7.30",
    "@types/source-map-support": "^0.4.1",
    "@types/strip-ansi": "^3.0.0",
    "aguid": "^2.0.0",
    "axios": "^0.18.0",
    "base64url": "^3.0.0",
    "bluebird": "^3.5.2",
    "bluebird-retry": "^0.11.0",
    "chalk": "^2.4.1",
    "d3-dsv": "^1.0.10",
    "json5": "^2.0.1",
    "jsonwebtoken": "^8.3.0",
    "lodash": "^4.17.10",
    "longjohn": "^0.2.12",
    "luxon": "^1.3.3",
    "mathjs": "^5.1.2",
    "ms": "^2.1.1",
    "source-map-support": "^0.5.9",
    "strip-ansi": "^5.1.0",
    "tslib": "^1.9.3"
  },
  "devDependencies": {},
  "peerDependencies": {},
  "scripts": {
    "test": "mocha",
    "publishNext": "npm version patch && npm publish --tag next"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/novaleaf/xlib.git"
  },
  "keywords": [
    "xlib",
    "monolithic",
    "corelib",
    "typescript"
  ],
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/novaleaf/xlib/issues"
  },
  "homepage": "https://github.com/novaleaf/xlib"
}
