UNPKG

cesr

Version:

[![NPM Version](https://img.shields.io/npm/v/cesr.svg?style=flat)](https://www.npmjs.com/package/cesr) [![NPM License](https://img.shields.io/npm/l/cesr.svg?style=flat)](https://github.com/lenkan/cesr-js/blob/main/LICENSE)

51 lines (50 loc) 1.21 kB
{ "name": "cesr", "version": "0.0.13", "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" } }