{
  "name": "cesr",
  "version": "0.0.10",
  "keywords": [
    "CESR",
    "KERI",
    "ACDC",
    "Composable Event Streaming Representation"
  ],
  "bin": {
    "cesr": "dist/cli/node-cli.js"
  },
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "dev": "tsc -p tsconfig.build.json --watch",
    "test": "node --test --test-reporter=spec --no-warnings --experimental-strip-types",
    "test:example": "./test_examples.sh",
    "lint": "eslint && prettier --check . && tsc --noEmit",
    "clean": "node scripts/clean.js",
    "format": "prettier --write ."
  },
  "exports": {
    ".": "./dist/__main__.js",
    "./__unstable__": "./dist/__unstable__.js"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "author": "Daniel Lenksjö",
  "license": "Apache-2.0",
  "description": "",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lenkan/cesr-js.git"
  },
  "engines": {
    "node": ">=22"
  },
  "devDependencies": {
    "@eslint/js": "^9.17.0",
    "@types/node": "^22.13.14",
    "eslint": "^9.17.0",
    "eslint-config-prettier": "^9.1.0",
    "globals": "^15.12.0",
    "prettier": "^3.4.2",
    "typescript": "^5.7.3",
    "typescript-eslint": "^8.19.0"
  }
}
