node/test/fixtures/packages/cjs-main-no-index/package.json
Jacob Smith e312d60e3f
module: add findPackageJSON util
PR-URL: https://github.com/nodejs/node/pull/55412
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
2024-10-25 20:40:54 +00:00

6 lines
74 B
JSON

{
"name": "main-no-index",
"main": "./main.js",
"type":"commonjs"
}