{
  "name": "@jclind/ingredient-parser",
  "version": "1.3.4",
  "description": "Parses given sentence including ingredient information and attempts to return quantity, measurement and ingredient data",
  "keywords": [
    "recipe",
    "ingredient",
    "parse",
    "units"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "commonjs",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rimraf dist && tsc",
    "test": "jest"
  },
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "node",
    "moduleNameMapper": {
      "^(\\.{1,2}/.*)\\.js$": "$1"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jclind/ingredient-parser.git"
  },
  "author": "Jesse Lind",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/jclind/ingredient-parser/issues"
  },
  "homepage": "https://github.com/jclind/ingredient-parser#readme",
  "dependencies": {
    "@jclind/ingredient-unit-converter": "^1.1.0",
    "axios": "^1.16.0",
    "recipe-ingredient-parser-v3": "^1.5.0"
  },
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "@types/node": "^25.6.0",
    "jest": "^30.3.0",
    "rimraf": "^6.1.3",
    "ts-jest": "^29.4.9",
    "typescript": "^6.0.3"
  }
}
