{
  "name": "node-mealie",
  "version": "0.1.1",
  "description": "Node.js wrapper for the Mealie API",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs",
      "types": "./dist/index.d.ts"
    }
  },
  "scripts": {
    "build": "tsc && npm run build:cjs",
    "build:cjs": "node scripts/create-cjs.js",
    "test": "jest",
    "test:coverage": "jest --coverage",
    "lint": "eslint src/**/*.ts",
    "prepare": "npm run build",
    "prepublishOnly": "npm test && npm run lint"
  },
  "author": {
    "name": "Democratize Technology",
    "email": "hello@democratize.technology",
    "url": "https://democratize.technology"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/democratize-technology/node-mealie.git"
  },
  "homepage": "https://github.com/democratize-technology/node-mealie#readme",
  "bugs": {
    "url": "https://github.com/democratize-technology/node-mealie/issues"
  },
  "devDependencies": {
    "@types/jest": "^29.5.0",
    "@types/node": "^20.0.0",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "eslint": "^8.0.0",
    "jest": "^29.5.0",
    "ts-jest": "^29.1.0",
    "typescript": "^5.0.0"
  },
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=20.0.0"
  },
  "keywords": [
    "mealie",
    "api",
    "typescript",
    "node",
    "deno",
    "esm"
  ]
}
