{
  "name": "vogels-approximation-method",
  "version": "1.0.1",
  "description": "The Vogel's Approximation Method's Calculator",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "./dist"
  ],
  "scripts": {
    "test": "jest",
    "build": "tsc"
  },
  "keywords": [],
  "author": "topazrn",
  "license": "ISC",
  "repository": {
    "url": "https://github.com/topazrn/vogels-approximation-method"
  },
  "devDependencies": {
    "@babel/core": "^7.18.13",
    "@babel/preset-env": "^7.18.10",
    "@babel/preset-typescript": "^7.18.6",
    "@types/jest": "^28.1.8",
    "babel-jest": "^29.0.1",
    "jest": "^29.0.1",
    "jest-environment-jsdom": "^29.0.1",
    "ts-node": "^10.9.1"
  }
}
