(contents)
| 20 | const blueprintVersion = require('./package.json').version; |
| 21 | |
| 22 | function stringifyAndNormalize(contents) { |
| 23 | return `${JSON.stringify(contents, null, 2)}\n`; |
| 24 | } |
| 25 | |
| 26 | const replacers = { |
| 27 | 'package.json'(content) { |
no outgoing calls
no test coverage detected
searching dependent graphs…