{
  "name": "stochastic-js",
  "description": "",
  "authors": "Daniel Boros",
  "version": "0.0.18",
  "main": "index.ts",
  "author": "Daniel Boros",
  "keywords": [
    "Stochastic",
    "Ito",
    "Wiener",
    "Brownian",
    "Normal",
    "Calculus",
    "Fractional"
  ],
  "scripts": {
    "test": "jest"
  },
  "types": "lib/typescript/index",
  "license": "MIT",
  "private": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/dancixx/stochastic-js"
  },
  "bugs": {
    "url": "https://github.com/dancixx/stochastic-js/issues"
  },
  "homepage": "https://github.com/dancixx/stochastic-js",
  "dependencies": {},
  "devDependencies": {
    "@babel/cli": "^7.17.10",
    "@babel/node": "^7.17.10",
    "@babel/preset-typescript": "^7.16.7",
    "@types/jest": "^27.5.1",
    "@types/node": "^18.6.0",
    "jest": "^28.1.0",
    "ts-jest": "^28.0.2",
    "ts-node": "^10.7.0",
    "typescript": "^4.6.3"
  }
}
