diff --git a/nodejs/.gitignore b/javascript/.gitignore similarity index 100% rename from nodejs/.gitignore rename to javascript/.gitignore diff --git a/nodejs/.npmignore b/javascript/.npmignore similarity index 100% rename from nodejs/.npmignore rename to javascript/.npmignore diff --git a/nodejs/LICENSE b/javascript/LICENSE similarity index 100% rename from nodejs/LICENSE rename to javascript/LICENSE diff --git a/nodejs/README.md b/javascript/README.md similarity index 100% rename from nodejs/README.md rename to javascript/README.md diff --git a/nodejs/examples/example.js b/javascript/examples/example.js similarity index 100% rename from nodejs/examples/example.js rename to javascript/examples/example.js diff --git a/nodejs/examples/test-compatibility.js b/javascript/examples/test-compatibility.js similarity index 100% rename from nodejs/examples/test-compatibility.js rename to javascript/examples/test-compatibility.js diff --git a/nodejs/package-lock.json b/javascript/package-lock.json similarity index 100% rename from nodejs/package-lock.json rename to javascript/package-lock.json diff --git a/nodejs/package.json b/javascript/package.json similarity index 100% rename from nodejs/package.json rename to javascript/package.json diff --git a/nodejs/rollup.config.ts b/javascript/rollup.config.ts similarity index 100% rename from nodejs/rollup.config.ts rename to javascript/rollup.config.ts diff --git a/nodejs/scripts/copy-files.js b/javascript/scripts/copy-files.js similarity index 100% rename from nodejs/scripts/copy-files.js rename to javascript/scripts/copy-files.js diff --git a/nodejs/src/assets.d.ts b/javascript/src/assets.d.ts similarity index 100% rename from nodejs/src/assets.d.ts rename to javascript/src/assets.d.ts diff --git a/nodejs/src/index.ts b/javascript/src/index.ts similarity index 100% rename from nodejs/src/index.ts rename to javascript/src/index.ts diff --git a/nodejs/src/templates/.gitignore b/javascript/src/templates/.gitignore similarity index 100% rename from nodejs/src/templates/.gitignore rename to javascript/src/templates/.gitignore diff --git a/nodejs/src/templates/template.ejs b/javascript/src/templates/template.ejs similarity index 100% rename from nodejs/src/templates/template.ejs rename to javascript/src/templates/template.ejs diff --git a/nodejs/tsconfig.json b/javascript/tsconfig.json similarity index 100% rename from nodejs/tsconfig.json rename to javascript/tsconfig.json