mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-25 17:26:17 -04:00
17 lines
279 B
Text
17 lines
279 B
Text
![]() |
{
|
||
|
"env": {
|
||
|
"test": {
|
||
|
"plugins": ["istanbul"]
|
||
|
}
|
||
|
},
|
||
|
"plugins": ["transform-runtime"],
|
||
|
"presets": [
|
||
|
["env", {
|
||
|
"targets": {
|
||
|
"node": "current"
|
||
|
}
|
||
|
}]
|
||
|
],
|
||
|
"sourceMaps": "inline"
|
||
|
}
|