initial commit

This commit is contained in:
2025-07-01 17:28:34 -07:00
commit 0aea762463
13 changed files with 457 additions and 0 deletions

14
package.json Normal file
View File

@ -0,0 +1,14 @@
{
"name": "enigma-machine",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/node": "^24.0.8"
}
}