{
  "name": "picnic-api",
  "version": "4.6.0",
  "description": "Unofficial wrapper for the API of the online supermarket Picnic",
  "keywords": [
    "picnic",
    "api",
    "wrapper",
    "online",
    "supermarket"
  ],
  "homepage": "https://github.com/MRVDH/picnic-api",
  "bugs": {
    "url": "https://github.com/MRVDH/picnic-api/issues"
  },
  "license": "MIT",
  "author": "Maarten van den Hoven <info@maartenvandenhoven.com> (https://maartenvandenhoven.com)",
  "files": [
    "lib/**"
  ],
  "main": "./lib/index.js",
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "test": "jest"
  },
  "repository": "github:MRVDH/picnic-api",
  "dependencies": {
    "jsonpath-plus": "^10.3.0"
  },
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "@types/node": "^25.0.3",
    "dotenv": "^17.2.3",
    "jest": "^30.2.0",
    "ts-jest": "^29.4.6",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3"
  }
}