UNPKG

@cyph/sdk

Version:
63 lines (62 loc) 1.12 kB
{ "name": "@cyph/sdk", "version": "9.0.0", "license": "Cyph-RSL", "type": "module", "main": "./index.js", "bin": { "cyph": "./cli/index.js", "websign": "./cli/commands/websign/index.js" }, "files": [ "/cli", "/dist", "/LICENSE", "/index.debug.js", "/index.js", "/README.md" ], "scripts": { "ng": "ng", "build": "ng build" }, "dependencies": { "@babel/helpers": "*", "@babel/runtime": "*", "blessed": "^0", "cheerio": "*", "commander": "^12", "datauri": "^4", "fast-sha512": "*", "firebase": ">=9", "glob": "*", "glob-promise": "*", "html-minifier": "*", "mkdirp": "*", "prompt": "*", "terser": "*", "tslib": "*", "xhr2": "*" }, "devDependencies": { "@angular/cli": "*", "@angular-devkit/build-angular": "*" }, "description": "Cyph SDK", "keywords": [ "cryptography", "post-quantum", "messaging" ], "author": "Cyph, Inc. <sdk@cyph.com> (https://github.com/cyph)", "repository": { "type": "git", "url": "git://github.com/cyph/cyph.git" }, "bugs": { "url": "https://github.com/cyph/cyph/issues" }, "engines": { "node": ">=18" } }