()
| 26 | * Utility function to get the contents of the project package.json |
| 27 | */ |
| 28 | export function getPackageJson() { |
| 29 | return require(getProjectFilePath('package.json')) as IPackageJson; |
| 30 | } |
| 31 | |
| 32 | /** |
| 33 | * Utility to get project files relative to the project root. |
no test coverage detected