{
  "name": "@hu-bcs1/islamic-inheritance-calculator",
  "version": "1.4.2",
  "description": "islamic inheritance calculator",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "author": "Hormuud BSC1 group B",
  "license": "MIT",
  "scripts": {
    "test": "jest",
    "start": "node lib/index.js",
    "build": "tsc",
    "prepare": "tsc"
  },
  "dependencies": {
    "@types/lodash": "^4.14.158",
    "fraction.js": "^4.0.12",
    "lodash": "^4.17.19"
  },
  "devDependencies": {
    "@types/jest": "^26.0.19",
    "jest": "^26.6.3",
    "ts-jest": "^26.4.4",
    "typescript": "^4.0.0"
  },
  "jest": {
    "preset": "ts-jest",
    "testRegex": "/__tests__/.*\\.test\\.ts$"
  }
}
