UNPKG

@sybil-center/zkc-core

Version:
49 lines 993 B
{ "name": "@sybil-center/zkc-core", "version": "0.0.9", "description": "Work with sybil-center ZKC", "license": "(Apache-2.0 OR MIT)", "keywords": [ "zkc", "zkc-sybil", "sybil", "zero-knowledge credentials", "zkc-protocol" ], "repository": { "type": "git", "url": "https://github.com/sybil-center/sybil-center" }, "type": "module", "files": [ "/dist" ], "sideEffects": false, "typesVersions": { "*": { "*": [ "dist/index.d.ts" ] } }, "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./package.json": "./package.json" }, "dependencies": { "zkc-core": "0.0.4" }, "devDependencies": { "prettier": "^2.8.4", "tsm": "^2.3.0", "typescript": "^4.9.5", "uvu": "^0.5.6" }, "scripts": { "build": "rm -r dist & ./node_modules/.bin/tsc -p tsconfig.build.json", "test": "npx tsm ./node_modules/uvu/bin.js ./test" } }