{
  "name": "@openally/result",
  "version": "3.1.0",
  "description": "Another inspired Rust's Result implementation.",
  "type": "module",
  "exports": "./dist/index.js",
  "engines": {
    "node": ">=24.x"
  },
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run test-export",
    "test-only": "node --test ./test/**/*.spec.ts",
    "test-export": "npm run build && attw --pack . --profile esm-only",
    "test": "npm run test-export && c8 -r html npm run test-only",
    "lint": "eslint src/**/*.ts"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public",
    "provenance": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OpenAlly/npm-packages.git",
    "directory": "src/result"
  },
  "files": [
    "dist"
  ],
  "keywords": [],
  "author": "GENTILHOMME Thomas <gentilhomme.thomas@gmail.com>",
  "license": "MIT"
}
