summaryrefslogtreecommitdiff
path: root/tests/registry/npm/@denotest/conditional-exports-node/1.0.0/package.json
blob: 00a43c78f898d0d8976cf828da8511ff0e2dbfea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "@denotest/conditional-exports",
  "version": "1.0.0",
  "type": "module",
  "exports": {
    ".": {
      "node": "./good.cjs",
      "require": "./bad.js",
      "default": "./index.js"
    },
    "./*": "./*"
  }
}