Skip to content

fix: add missing properties type, imports, exports, maintainers to PackageJSON#191

Open
UNSTOPBIL wants to merge 1 commit intonpm:mainfrom
UNSTOPBIL:main
Open

fix: add missing properties type, imports, exports, maintainers to PackageJSON#191
UNSTOPBIL wants to merge 1 commit intonpm:mainfrom
UNSTOPBIL:main

Conversation

@UNSTOPBIL
Copy link
Copy Markdown

Description

Adds the following missing properties to the PackageJSON interface:

  • type: package type (commonjs, module, etc.)
  • imports: import conditions for internal imports
  • exports: export conditions for the package
  • maintainers: package maintainers

Related Issue

Closes #107

…ckageJSON

Adds the following missing properties to the PackageJSON interface:
- type: package type (commonjs, module, etc.)
- imports: import conditions for internal imports
- exports: export conditions for the package
- maintainers: package maintainers

Closes npm#107
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

package.json missing properties type, imports, exports, maintainers

1 participant