UNPKG

@enclaved/encli

Version:

CLI utilities for working with enclaved application server for TEEs

55 lines (54 loc) 1.26 kB
{ "name": "@enclaved/encli", "version": "0.1.12", "description": "CLI utilities for working with enclaved application server for TEEs", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "encli": "bin/encli" }, "scripts": { "build": "node build.js && tsc --emitDeclarationOnly", "test": "jest", "lint": "eslint src --ext .ts", "start": "node ./bin/encli" }, "keywords": [ "enclave", "tee", "cli" ], "author": "", "license": "MIT", "dependencies": { "@getalby/lightning-tools": "^5.2.0", "@getalby/sdk": "^5.1.0", "@noble/ciphers": "^1.3.0", "@noble/curves": "^1.9.2", "@noble/hashes": "^1.8.0", "commander": "^11.1.0", "nostr-enclaves": "^2.0.15", "nostr-tools": "^2.15.0", "nwc-enclaved-utils": "^2.0.8", "ws": "^8.18.2" }, "devDependencies": { "@types/jest": "^29.5.5", "@types/node": "^20.8.2", "@types/ws": "^8.18.1", "@typescript-eslint/eslint-plugin": "^6.7.4", "@typescript-eslint/parser": "^6.7.4", "esbuild": "^0.19.4", "eslint": "^8.50.0", "jest": "^29.7.0", "ts-jest": "^29.1.1", "typescript": "^5.2.2" }, "files": [ "dist", "bin" ], "publishConfig": { "access": "public" } }