{
  "name": "@adoratorio/demetra",
  "version": "2.7.1",
  "description": "Internal use library for wordpress API request",
  "keywords": [
    "API",
    "Firebase",
    "Wordpress",
    "adoratorio"
  ],
  "homepage": "https://github.com/Adoratorio/demetra#readme",
  "bugs": {
    "url": "https://github.com/Adoratorio/demetra/issues"
  },
  "license": "MIT",
  "author": "Adoratorio <contact@adoratorio.com>",
  "contributors": [
    "Andrea Gottardi <andrea@adoratorio.com>",
    "Daniele Borra <daniele@adoratorio.com>",
    "Andrea Biason <biazo@adoratorio.com>"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Adoratorio/demetra.git"
  },
  "files": [
    "dist/**/*"
  ],
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./dist/*": {
      "types": "./dist/*.d.ts",
      "import": "./dist/*.js"
    }
  },
  "scripts": {
    "build": "rm -rf dist && mkdir dist && tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "@types/node": "^22.19.19",
    "axios": "^1.16.1",
    "js-md5": "^0.8.3",
    "lru-cache": "^11.5.0"
  },
  "devDependencies": {
    "oxfmt": "^0.47.0",
    "oxlint": "^1.66.0",
    "typescript": "^6.0.3"
  }
}