{
  "name": "@ondoher/enigma",
  "version": "1.0.14",
  "description": "Enigma machine simulator with tools and documentation to help you build your own.",
  "main": "./lib/index.js",
  "types": "./types/index.d.ts",
  "scripts": {
    "test": "jasmine",
    "types": "npx tsc -p tsconfig.json"
  },
  "author": "Glenn Anderson",
  "license": "MIT",
  "keywords": [
    "enigma",
    "enigma-machine",
    "enigma machine",
    "enigma codebook",
    "education",
    "simulation",
    "cryptography"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Ondoher/enigma.git",
    "directory": "package"
  },
  "homepage": "https://github.com/Ondoher/enigma#readme",
  "type": "module",
  "devDependencies": {
    "@types/jasmine": "^4.6.6",
    "@types/node": "^25.0.10",
    "jasmine": "^4.5.0",
    "jasmine-console-reporter": "^3.1.0",
    "undici-types": "^7.19.0"
  },
  "dependencies": {
    "@types/minimist": "^1.2.5",
    "minimist": "^1.2.8"
  }
}
