[I] PackageJson
Type for package.json https://docs.npmjs.com/cli/configuring-npm/package-json
Properties
Section titled “Properties”| Property | Type | Description | 
|---|---|---|
| bugs? | object | - | 
| bugs.email? | string | - | 
| bugs.url? | string | - | 
| dependencies? | Record<string,string> | - | 
| description? | string | Package description | 
| devDependencies? | Record<string,string> | - | 
| devEngines? | DevEngines | - | 
| exports? | null|Exports | Subpath exports to define entry points of the package. Read more. | 
| homepage? | string | - | 
| imports? | null|Imports | Subpath imports to define private mappings for imports within the package itself. Read more. | 
| main? | string | - | 
| name | string | Package name | 
| packageManager? | string | - | 
| peerDependencies? | Record<string,string> | - | 
| private? | boolean | - | 
| tspMain? | string | - | 
| type? | "module"|"commonjs" | - | 
| version? | string | Package version |