{
  "name": "@bellawatt/electric-rate-engine",
  "version": "3.0.1",
  "description": "Electric Rate Engine",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "files": [
    "lib"
  ],
  "license": "MIT",
  "repository": "git://github.com/bellawatt/electric-rate-engine.git",
  "scripts": {
    "test": "TZ=America/New_York jest --config jestconfig.json",
    "test:docker": "docker build . -t electric-rate-engine-tests && docker run -it --rm electric-rate-engine-tests",
    "test:watch": "jest --config jestconfig.json --watch",
    "build": "tsc -p tsconfig.build.json",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
    "analyze": "source-map-explorer 'lib/**/*.js' --no-border-checks",
    "lint": "npx eslint -c eslint.config.js src",
    "tsc": "tsc -p tsconfig.json"
  },
  "keywords": [],
  "author": "",
  "dependencies": {
    "dayjs": "^1.11.13",
    "goal-seek": "^0.1.4",
    "lodash": "^4.17.21",
    "typescript": "^5.7"
  },
  "devDependencies": {
    "@eslint/compat": "^1.2.4",
    "@eslint/js": "^9.17.0",
    "@types/jest": "^29.5.14",
    "@types/lodash": "^4.17.13",
    "@typescript-eslint/eslint-plugin": "^8.18.1",
    "@typescript-eslint/parser": "^8.18.1",
    "eslint": "^9.17.0",
    "eslint-import-resolver-typescript": "^3.7.0",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-jsx-a11y": "^6.10.2",
    "eslint-plugin-promise": "^7.2.1",
    "eslint-plugin-unused-imports": "^4.1.4",
    "jest": "^29.7.0",
    "source-map-explorer": "^2.5.3",
    "ts-jest": "^29.2.5",
    "typescript-eslint": "^8.18.1"
  },
  "engines": {
    "node": ">=16.0.0"
  }
}
