* Interface describing relevant fields of the package.json file.
| 20 | * Interface describing relevant fields of the package.json file. |
| 21 | */ |
| 22 | interface Pkg { |
| 23 | version: string; |
| 24 | } |
| 25 | |
| 26 | /** |
| 27 | * Base metadata fields, used in both package.json and the variant configuration. |
nothing calls this directly
no outgoing calls
no test coverage detected