Newer
Older
"license": "Apache-2.0",
"scripts": {
"build:all": "yarn build:agent && yarn build:cm && yarn build:am && yarn build:pm && yarn build:gw",
"build:agent": "nx run agent:build:development --parallel=3",
"build:agent:production": "nx run agent:build:production",
"build:cm": "nx run connection-manager:build:development --parallel=3",
"build:cm:production": "nx run connection-manager:build:production",
"build:am": "nx run attestation-manager:build:development --parallel=3",
"build:am:production": "nx run attestation-manager:build:production",
"build:pm": "nx run proof-manager:build:development --parallel=3",
"build:pm:production": "nx run proof-manager:build:production",
"build:gw": "nx run gateway:build:development --parallel=3",
"build:gw:production": "nx run gateway:build:production",
"serve:all": "concurrently \"yarn serve:agent\" \"yarn serve:cm\" \"yarn serve:am\" \"yarn serve:pm\" \"yarn serve:gw\"",
"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:gw": "nx run gateway:serve:development",
"infra": "cd compose && docker-compose --profile issuer --profile holder up -d --build",
"infra:down": "cd compose && docker-compose --profile issuer --profile holder down",
"infra:status": "cd compose && docker-compose ps -a",
"infra:issuer": "cd compose && docker-compose --profile issuer up -d --build",
"infra:holder": "cd compose && docker-compose --profile holder up -d --build",
"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",
"infra:simple": "cd compose && docker-compose -f docker-compose.simple.yml up -d"
"@nestjs/microservices": "^9.4.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"@aries-framework/anoncreds": "^0.4.0",
"@aries-framework/anoncreds-rs": "^0.4.0",
"@aries-framework/askar": "^0.4.0",
"@aries-framework/core": "^0.4.0",
"@aries-framework/indy-vdr": "^0.4.0",
"@aries-framework/node": "^0.4.0",
"@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"