{
  "name": "simple-yenc",
  "version": "1.0.4",
  "description": "Minimalist yEnc and dynEncode encoder and decoder library for browser and NodeJS",
  "main": "./dist/index.js",
  "module": "./dist/esm.js",
  "type": "module",
  "exports": {
    ".": {
      "require": "./dist/index.js",
      "import": "./dist/esm.js"
    }
  },
  "sideEffects": false,
  "scripts": {
    "test": "node --experimental-vm-modules node_modules/.bin/jest --maxWorkers=100%",
    "build": "rollup -c --bundleConfigAsCjs",
    "format": "prettier --cache --write '**/*.js' --write 'package.json'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eshaz/simple-yenc.git"
  },
  "author": "Ethan Halsall",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/eshaz/simple-yenc/issues"
  },
  "homepage": "https://github.com/eshaz/simple-yenc#readme",
  "funding": {
    "type": "individual",
    "url": "https://github.com/sponsors/eshaz"
  },
  "keywords": [
    "yEnc",
    "yEncode",
    "dynEnc",
    "dynEncode",
    "Dynamic Encode",
    "Binary Encoding"
  ],
  "devDependencies": {
    "@rollup/plugin-terser": "^0.4.4",
    "@types/jest": "^29.5.11",
    "jest": "^29.7.0",
    "prettier": "^3.2.1",
    "rollup": "^4.9.5",
    "simple-yenc": "file:./"
  }
}
