{
  "name": "portfolio-models",
  "version": "1.0.328",
  "description": "",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "compile": "rimraf lib && tsc",
    "build": "webpack --config config/webpack/index.js",
    "build:prod": "webpack --mode production --config config/webpack/index.js",
    "prepare": "npm run build:prod",
    "analyze": "source-map-explorer dist/index.js"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "lodash": "^4.17.14",
    "mathjs": "^7.6.0",
    "moment": "^2.23.0"
  },
  "devDependencies": {
    "@types/lodash": "^4.14.80",
    "@types/mathjs": "6.0.7",
    "@zerollup/ts-transform-paths": "^1.6.5",
    "jest": "^17.0.3",
    "jest-cli": "^17.0.3",
    "rimraf": "^2.6.1",
    "ts-loader": "^5.3.2",
    "tslint": "^5.12.0",
    "tslint-loader": "^3.5.4",
    "ttypescript": "^1.5.5",
    "typescript": "^3.2.2",
    "webpack": "^4.28.2",
    "webpack-cli": "^3.1.2",
    "webpack-node-externals": "^1.7.2"
  }
}
