{
  "name": "neysla",
  "version": "4.3.0",
  "description": "Promise based HTTP RESTful API resources modeler for browser and Node 18+",
  "type": "module",
  "main": "./dist/cjs/index.cjs",
  "module": "./dist/esm/index.js",
  "types": "./dist/types/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/esm/index.js",
      "require": "./dist/cjs/index.cjs",
      "types": "./dist/types/index.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc --project tsconfig.build.json --emitDeclarationOnly && rollup -c rollup.config.ts --configPlugin typescript",
    "test": "vitest",
    "test:run": "vitest run",
    "test:coverage": "vitest run --coverage",
    "typecheck": "tsc --noEmit"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/onca-vega/Neysla.git"
  },
  "keywords": [
    "javascript",
    "typescript",
    "http",
    "fetch",
    "promise",
    "modeler",
    "rest",
    "isomorphic",
    "neysla"
  ],
  "author": "Marcos Jesús Chávez Vega",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/onca-vega/Neysla/issues"
  },
  "homepage": "https://github.com/onca-vega/Neysla#readme",
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@rollup/plugin-terser": "^1.0.0",
    "@rollup/plugin-typescript": "^11.1.6",
    "@vitest/coverage-v8": "^4.0.18",
    "jsdom": "^25.0.1",
    "rollup": "^4.12.0",
    "typescript": "^5.7.3",
    "vitest": "^4.0.18"
  }
}
