{
  "name": "@turnbuckle/aprs-calculator-services",
  "version": "1.0.26",
  "description": "Anchorpoint Risk Calculator Service.",
  "main": "lib/index",
  "types": "lib/index",
  "scripts": {
    "test": "jest --config jestconfig.json",
    "build": "rimraf lib && tsc",
    "lint": "tslint -p tsconfig.json",
    "prepare": "npm run build",
    "prepublishOnly": "npm test && npm run lint",
    "preversion": "npm run lint",
    "version": "git add -A src",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://JohanG-ZA@bitbucket.org/turnbuckle/aprs-calculator-services.git"
  },
  "keywords": [
    "APRS",
    "Calculator"
  ],
  "author": "Johan Grobler",
  "license": "ISC",
  "bugs": {
    "url": "https://bitbucket.org/turnbuckle/aprs-calculator-services/issues"
  },
  "homepage": "https://bitbucket.org/turnbuckle/aprs-calculator-services#readme",
  "devDependencies": {
    "@types/jest": "^28.1.7",
    "jest": "^28.1.3",
    "jest-html-reporter": "^3.7.0",
    "prettier": "^2.7.1",
    "ts-jest": "^28.0.8",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^4.7.4"
  },
  "files": [
    "lib/**/*"
  ],
  "peerDependencies": {
    "date-fns": "^2.29.2",
    "date-fns-tz": "^1.3.6",
    "joi": "^17.9.1",
    "mathjs": "^11.2.1",
    "ts-stopwatch": "^0.0.4",
    "v8": "^0.1.0"
  }
}
