Newer
Older
"license": "Apache-2.0",
"scripts": {
"build:all": "yarn build:agent && yarn build:cm && yarn build:am && yarn build:pm && yarn build:gateway",
"build:agent": "nx run agent:build:development",
"build:agent:production": "nx run agent:build:production",
"build:cm": "nx run connection-manager:build:development",
"build:cm:production": "nx run connection-manager:build:production",
"build:am": "nx run attestation-manager:build:development",
"build:am:production": "nx run attestation-manager:build:production",
"build:pm": "nx run proof-manager:build:development",
"build:pm:production": "nx run proof-manager:build:production",
"build:gateway": "nx run gateway:build:development",
"build:gateway:production": "nx run gateway:build:production",
"serve:all": "concurrently \"yarn serve:agent\" \"yarn serve:cm\" \"yarn serve:am\" \"yarn serve:pm\" \"yarn serve:gateway\"",
"serve:agent": "nx run agent:serve:development",
"serve:cm": "nx run connection-manager:serve:development",
"serve:am": "nx run attestation-manager:serve:development",
"serve:pm": "nx run proof-manager:serve:development",
"serve:gateway": "nx run gateway:serve:development",
"infra": "cd compose && docker-compose --profile issuer --profile holder up -d",
"infra:issuer": "cd compose && docker-compose --profile issuer up -d",
"infra:holder": "cd compose && docker-compose --profile holder up -d",
"infra:issuer:stop": "cd compose && docker-compose --profile issuer stop",
"infra:holder:stop": "cd compose && docker-compose --profile holder stop",
"infra:local": "cd compose && docker-compose -f=docker-compose.infra.yml up -d",
"infra:local:stop": "cd compose && docker-compose -f=docker-compose.infra.yml stop"
},
"@nestjs/microservices": "^9.4.2",
"@nestjs/platform-socket.io": "^9.4.2",
"@nestjs/websockets": "^9.4.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"@aries-framework/anoncreds": "0.4.0-alpha.120",
"@aries-framework/anoncreds-rs": "0.4.0-alpha.120",
"@aries-framework/askar": "0.4.0-alpha.120",
"@aries-framework/core": "0.4.0-alpha.120",
"@aries-framework/indy-vdr": "0.4.0-alpha.120",
"@aries-framework/node": "0.4.0-alpha.120",
"@commitlint/config-conventional": "^17.6.1",
"@nestjs/testing": "^9.0.0",
"@nx/eslint-plugin": "16.0.1",
"@nx/jest": "16.0.1",
"@nx/js": "16.0.1",
"@nx/linter": "16.0.1",
"@nx/nest": "16.0.1",
"@nx/node": "16.0.1",
"@nx/webpack": "16.0.1",
"@nx/workspace": "16.0.1",
"@types/async-retry": "^1.4.5",
"@types/jest": "^29.4.0",
"@types/node": "~18.7.1",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"typescript": "~4.9.5"
},
"resolutions": {
"ref-napi": "npm:@2060.io/ref-napi"