undeclarye module type, remove deep import test. add file extensions to some imports

This commit is contained in:
d98762625 2020-05-22 11:46:21 +01:00
parent ce7427b288
commit 16db8b0b72
7 changed files with 11 additions and 47 deletions

View file

@ -1,6 +1,5 @@
{
"name": "cyberchef",
"type": "module",
"version": "9.20.3",
"description": "The Cyber Swiss Army Knife for encryption, encoding, compression and data analysis.",
"author": "n1474335 <n1474335@gmail.com>",
@ -163,7 +162,7 @@
"scripts": {
"start": "grunt dev",
"build": "grunt prod",
"repl": "node src/node/repl.js",
"repl": "node --experimental-modules --experimental-json-modules --experimental-specifier-resolution=node --no-warnings ./src/node/repl.mjs",
"test": "grunt configTests && node --experimental-modules --no-warnings --no-deprecation tests/node/index.mjs && node --experimental-modules --no-warnings --no-deprecation tests/operations/index.mjs",
"test-node-consumer": "grunt testnodeconsumer",
"testui": "grunt testui",