{
    "name": "@esmx/import",
    "description": "Import map utilities for resolving and merging ESM import maps",
    "repository": {
        "type": "git",
        "url": "https://github.com/esmnext/esmx.git",
        "directory": "packages/import"
    },
    "homepage": "https://github.com/esmnext/esmx",
    "bugs": {
        "url": "https://github.com/esmnext/esmx/issues"
    },
    "template": "library-node",
    "license": "MIT",
    "contributors": [
        {
            "name": "lzxb",
            "url": "https://github.com/lzxb"
        },
        {
            "name": "RockShi1994",
            "url": "https://github.com/RockShi1994"
        },
        {
            "name": "jerrychan7",
            "url": "https://github.com/jerrychan7"
        },
        {
            "name": "wesloong",
            "url": "https://github.com/wesloong"
        }
    ],
    "scripts": {
        "lint:js": "biome check --write --no-errors-on-unmatched",
        "lint:css": "pnpm run lint:js",
        "lint:type": "tsc --noEmit",
        "test": "cross-env NODE_OPTIONS=--experimental-vm-modules vitest run --pass-with-no-tests",
        "coverage": "cross-env NODE_OPTIONS=--experimental-vm-modules vitest run --coverage --pass-with-no-tests",
        "build": "unbuild"
    },
    "dependencies": {
        "@import-maps/resolve": "^2.0.0"
    },
    "devDependencies": {
        "@biomejs/biome": "2.3.7",
        "@types/node": "^24.0.0",
        "@vitest/coverage-v8": "3.2.6",
        "cross-env": "^10.1.0",
        "typescript": "5.9.3",
        "unbuild": "3.6.1",
        "vitest": "3.2.6"
    },
    "version": "3.0.0-rc.118",
    "type": "module",
    "private": false,
    "exports": {
        ".": {
            "import": "./dist/index.mjs",
            "types": "./dist/index.d.ts"
        }
    },
    "module": "dist/index.mjs",
    "types": "./dist/index.d.ts",
    "files": [
        "lib",
        "src",
        "dist",
        "*.mjs",
        "template",
        "public"
    ],
    "gitHead": "2fdbd62470f64e6e45568550941c78cb259e4917",
    "engines": {
        "node": ">=24"
    },
    "publishConfig": {
        "access": "public"
    }
}
