forked from cerc-io/laconic-console
9 lines
237 B
Plaintext
9 lines
237 B
Plaintext
{
|
|
"build": {
|
|
"name": "<%= package.name %>",
|
|
<%# TODO: figure out how to get this back (failed in update to Node 18/Webpack5) %>
|
|
"buildDate": "currentTime.toISOString()",
|
|
"version": "<%= package.version %>"
|
|
}
|
|
}
|