rsnext/test/integration/config/node_modules/module-only-package/package.json

6 lines
142 B
JSON
Raw Normal View History

{
"name": "module-only-package",
"description": "I'm a hipster package that only ships a module entrypoint.",
"module": "./modern.js"
}