{
  "name": "alp-node-errors",
  "version": "8.1.1",
  "description": "display errors in alp framework",
  "keywords": [
    "alp"
  ],
  "author": "Christophe Hurpeau <christophe@hurpeau.com> (http://christophe.hurpeau.com/)",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://github.com/christophehurpeau/alp.git",
    "directory": "packages/alp-node-errors"
  },
  "homepage": "https://github.com/christophehurpeau/alp",
  "bugs": {
    "url": "https://github.com/alpjs/alp-node-errors/issues"
  },
  "type": "module",
  "engines": {
    "node": ">=18.12.0"
  },
  "sideEffects": false,
  "main": "./dist/index-node18.mjs",
  "types": "./dist/definitions/index.d.ts",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/definitions/index.d.ts",
      "node": {
        "import": "./dist/index-node18.mjs"
      }
    }
  },
  "files": [
    "src",
    "dist"
  ],
  "scripts": {
    "build": "yarn clean:build && rollup --config rollup.config.mjs && yarn run build:definitions",
    "build:definitions": "tsc -p tsconfig.json",
    "clean": "yarn clean:build",
    "clean:build": "pob-babel-clean-out dist",
    "lint": "yarn run lint:eslint",
    "lint:eslint": "yarn ../.. run eslint --report-unused-disable-directives --resolve-plugins-relative-to . --quiet packages/alp-node-errors",
    "watch": "yarn clean:build && rollup --config rollup.config.mjs --watch"
  },
  "pob": {
    "babelEnvs": [
      {
        "target": "node",
        "version": "18"
      }
    ],
    "entries": [
      "index"
    ]
  },
  "prettier": "@pob/root/prettier-config",
  "dependencies": {
    "alp-types": "3.1.1",
    "error-html": "^0.3.5",
    "nightingale-logger": "^15.0.0"
  },
  "devDependencies": {
    "@babel/core": "7.23.7",
    "pob-babel": "38.0.2",
    "typescript": "5.3.3"
  }
}