asdf-overlay-node 2.0.1

Asdf Overlay Node Addon
{
  "name": "@asdf-overlay/core",
  "version": "2.0.1",
  "description": "Asdf overlay core Node addon",
  "main": "index.js",
  "types": "index.d.ts",
  "author": "storycraft <me@pancake.sh>",
  "homepage": "https://github.com/storycraft/asdf-overlay#readme",
  "license": "MIT OR Apache-2.0",
  "bugs": {
    "url": "https://github.com/storycraft/asdf-overlay/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/storycraft/asdf-overlay"
  },
  "scripts": {
    "build:addon": "node build.mjs",
    "build:dll": "cargo xtask build-dll --",
    "build": "npm run build:dll -- --release && npm run build:addon -- --release",
    "build:debug": "npm run build:dll && npm run build:addon"
  },
  "os": [
    "win32"
  ],
  "cpu": [
    "x64",
    "arm64"
  ],
  "files": [
    "index.js",
    "index.d.ts",
    "native.js",
    "native.d.ts",
    "addon.win32-arm64-msvc.node",
    "addon.win32-ia32-msvc.node",
    "addon.win32-x64-msvc.node",
    "asdf_overlay-aarch64.dll",
    "asdf_overlay-x64.dll",
    "asdf_overlay-x86.dll"
  ],
  "napi": {
    "binaryName": "addon",
    "targets": [
      "aarch64-pc-windows-msvc",
      "i686-pc-windows-msvc",
      "x86_64-pc-windows-msvc"
    ]
  },
  "engines": {
    "node": ">= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0"
  },
  "devDependencies": {
    "@napi-rs/cli": "^3.2.0",
    "@types/node": "catalog:"
  },
  "packageManager": "pnpm@11.17.0"
}