{
  "name": "@owlmeans/regov-ssi-core",
  "version": "0.8.8",
  "description": "It's core package for OwlMeans Regov SSI",
  "author": "Igor Tkachenk <igor.w.tkachenko@gmail.com>",
  "homepage": "https://github.com/owlmeans/regov-ssi-mono#readme",
  "license": "Apache-2.0",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/owlmeans/regov-ssi-mono.git",
    "directory": "packages/core"
  },
  "scripts": {
    "test": "jest --testTimeout 30000",
    "build": "tsc -b -f",
    "build:watch": "tsc -b -w --preserveWatchOutput --pretty",
    "review:ssi": "ts-node --project tsconfig.json --cwd-mode --ignore .js ./src/debug/ssi.ts",
    "review:compact": "ts-node --project tsconfig.json --cwd-mode --ignore .js ./src/debug/compactssi.ts"
  },
  "bugs": {
    "url": "https://github.com/owlmeans/regov-ssi-mono/issues"
  },
  "devDependencies": {
    "@types/crypto-ld": "^7.0.0",
    "@types/uuid": "^8.3.1",
    "dotenv": "^16.0.3",
    "ethers": "6.7.1"
  },
  "dependencies": {
    "@digitalbazaar/jws-linked-data-signature": "^3.0.0",
    "ajv": "^8.12.0",
    "crypto-ld": "^7.0.0",
    "jsonld": "^8.2.0",
    "jsonld-signatures": "^11.2.1",
    "uuid": "^9.0.0"
  },
  "peerDependencies": {
    "@noble/secp256k1": "*",
    "ethers": "6.7.*"
  },
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "cf2d61aae314a6958f27e4bd45c903d7c4f9a244"
}
