{
  "name": "split-tracker",
  "version": "1.0.8",
  "description": "A simple JS library for calculating running track split times.",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "test": "jest",
    "build": "webpack --mode production",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stephharris/split-tracker.git"
  },
  "keywords": [
    "track",
    "split",
    "splits",
    "running",
    "calculate",
    "mile",
    "kilometer",
    "pace"
  ],
  "author": "Steph Harris",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/stephharris/split-tracker/issues"
  },
  "homepage": "https://github.com/stephharris/split-tracker#readme",
  "devDependencies": {
    "@babel/core": "^7.12.10",
    "@babel/preset-env": "^7.12.11",
    "@types/jest": "^26.0.19",
    "babel-jest": "^26.6.3",
    "babel-loader": "^8.2.2",
    "jest": "^26.6.3",
    "ts-jest": "^26.4.4",
    "ts-loader": "^8.0.13",
    "ts-node": "^9.1.1",
    "typescript": "^4.1.3",
    "webpack": "^5.11.1",
    "webpack-cli": "^4.3.0"
  }
}
