{
  "name": "@miqro/core",
  "version": "5.1.6",
  "type": "module",
  "description": "",
  "main": "build/lib.js",
  "types": "build/lib.d.ts",
  "scripts": {
    "prepare": "npm run build",
    "prebuild": "rm -Rf build/;",
    "build": "tsc",
    "pretest": "npm run build",
    "test": "LOG_LEVEL=none NODE_ENV=test node --enable-source-maps --test test/*.test.js",
    "coverage": "LOG_LEVEL=none node --enable-source-maps --experimental-test-coverage --test test/*.test.js"
  },
  "author": "claukers",
  "license": "ISC",
  "devDependencies": {
    "@miqro/test-http": "^0.1.3",
    "@types/node": "^22.0.0",
    "typescript": "5.9.3"
  },
  "engines": {
    "node": ">=20.0.0",
    "npm": ">=6.0.0"
  },
  "dependencies": {
    "@miqro/parser": "^2.0.6",
    "@miqro/request": "^0.2.5",
    "cookie": "1.1.1"
  }
}
