{
    "name": "age-encryption",
    "version": "0.2.3",
    "files": [
        "dist/"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/FiloSottile/typage.git"
    },
    "type": "module",
    "main": "./dist/index.js",
    "exports": "./dist/index.js",
    "types": "./dist/index.d.ts",
    "keywords": [
        "age",
        "file encryption",
        "cryptography"
    ],
    "dependencies": {
        "@noble/ciphers": "^1.2.0",
        "@noble/curves": "^1.3.0",
        "@noble/hashes": "^1.3.3",
        "@scure/base": "^1.1.5"
    },
    "scripts": {
        "test": "vitest --run",
        "test:short": "vitest --run --project node",
        "examples:node": "cd tests/examples && npm update && npm run test:node",
        "examples:bun": "cd tests/examples && bun update --no-save && bun run test:bun",
        "examples:deno": "cd tests/examples && npm update && deno task test:deno",
        "examples:esbuild": "cd tests/examples && npm update && npm run test:esbuild",
        "bench": "vitest bench --run",
        "lint": "eslint .",
        "serve": "esbuild wwwdev/index.ts --bundle --outdir=wwwdev/js --servedir=wwwdev --sourcemap",
        "build": "tsc -p tsconfig.build.json",
        "docs": "typedoc",
        "prepublishOnly": "npm run build"
    },
    "devDependencies": {
        "@eslint/js": "9.18.0",
        "@fast-check/vitest": "0.1.4",
        "@stylistic/eslint-plugin": "2.13.0",
        "@types/node": "22.10.5",
        "@vitest/browser": "2.1.8",
        "cctv-age": "0.1.2",
        "esbuild": "0.24.2",
        "eslint": "9.18.0",
        "eslint-plugin-tsdoc": "0.4.0",
        "typedoc": "0.27.6",
        "typedoc-plugin-markdown": "4.4.1",
        "typescript": "5.7.2",
        "typescript-eslint": "8.20.0",
        "vitest": "2.1.8",
        "webdriverio": "9.5.1"
    },
    "author": "Filippo Valsorda <npm@filippo.io> (https://filippo.io)",
    "license": "BSD-3-Clause"
}
