{
  "name": "just-exercise-parser",
  "version": "1.0.1",
  "description": "A TypeScript library for parsing, normalizing, and generating standardized exercise names",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "test": "jest"
  },
  "keywords": [
    "exercise",
    "fitness",
    "workout",
    "standardization",
    "formatter",
    "parser",
    "typescript"
  ],
  "author": "James Greene",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^29.5.0",
    "jest": "^29.5.0",
    "prettier": "^3.5.3",
    "ts-jest": "^29.1.0",
    "typescript": "^5.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/JustGains/JustExerciseParser.git"
  },
  "bugs": {
    "url": "https://github.com/JustGains/JustExerciseParser/issues"
  },
  "homepage": "https://justgains.com"
}
