|
| 1 | +{ |
| 2 | + "name": "@hyperledger/cactus-example-discounted-asset-trade-client", |
| 3 | + "version": "2.0.0-alpha.2", |
| 4 | + "description": "Client for interacting with discounted asset trade sample app and some tools for setting up indy enviroment", |
| 5 | + "keywords": [ |
| 6 | + "Hyperledger", |
| 7 | + "Cacti", |
| 8 | + "Cactus", |
| 9 | + "Integration", |
| 10 | + "Blockchain", |
| 11 | + "Distributed Ledger Technology" |
| 12 | + ], |
| 13 | + "homepage": "https://github.com/hyperledger/cacti#readme", |
| 14 | + "bugs": { |
| 15 | + "url": "https://github.com/hyperledger/cacti/issues" |
| 16 | + }, |
| 17 | + "repository": { |
| 18 | + "type": "git", |
| 19 | + "url": "git+https://github.com/hyperledger/cacti.git" |
| 20 | + }, |
| 21 | + "license": "Apache-2.0", |
| 22 | + "author": { |
| 23 | + "name": "Hyperledger Cacti Contributors", |
| 24 | + |
| 25 | + "url": "https://www.hyperledger.org/use/cacti" |
| 26 | + }, |
| 27 | + "contributors": [ |
| 28 | + { |
| 29 | + "name": "Please add yourself to the list of contributors", |
| 30 | + |
| 31 | + "url": "https://example.com" |
| 32 | + }, |
| 33 | + { |
| 34 | + "name": "Michal Bajer", |
| 35 | + |
| 36 | + "url": "https://www.fujitsu.com/global/" |
| 37 | + } |
| 38 | + ], |
| 39 | + "main": "dist/lib/main/typescript/index.js", |
| 40 | + "module": "dist/lib/main/typescript/index.js", |
| 41 | + "types": "dist/lib/main/typescript/index.d.ts", |
| 42 | + "bin": { |
| 43 | + "run-discounted-asset-trade-client": "dist/lib/main/typescript/scripts/run-discounted-asset-trade-client.js", |
| 44 | + "setup-credentials": "dist/lib/main/typescript/scripts/setup-credentials.js" |
| 45 | + }, |
| 46 | + "files": [ |
| 47 | + "dist/*" |
| 48 | + ], |
| 49 | + "scripts": { |
| 50 | + "build": "tsc", |
| 51 | + "run-discounted-asset-trade-client": "node dist/lib/main/typescript/scripts/run-discounted-asset-trade-client.js", |
| 52 | + "setup-credentials": "node dist/lib/main/typescript/scripts/setup-credentials.js" |
| 53 | + }, |
| 54 | + "dependencies": { |
| 55 | + "@hyperledger/anoncreds-nodejs": "0.2.0-dev.4", |
| 56 | + "@hyperledger/aries-askar-nodejs": "0.2.0-dev.1", |
| 57 | + "@hyperledger/indy-vdr-nodejs": "0.2.0-dev.3", |
| 58 | + "axios": "1.5.1", |
| 59 | + "inquirer": "8.2.6", |
| 60 | + "loglevel": "1.8.1" |
| 61 | + }, |
| 62 | + "devDependencies": { |
| 63 | + "@aries-framework/anoncreds": "0.5.0-alpha.58", |
| 64 | + "@aries-framework/anoncreds-rs": "0.5.0-alpha.58", |
| 65 | + "@aries-framework/askar": "0.5.0-alpha.58", |
| 66 | + "@aries-framework/core": "0.5.0-alpha.58", |
| 67 | + "@aries-framework/indy-sdk": "0.5.0-alpha.58", |
| 68 | + "@aries-framework/indy-vdr": "0.5.0-alpha.58", |
| 69 | + "@aries-framework/node": "0.5.0-alpha.58", |
| 70 | + "@types/inquirer": "8.2.6" |
| 71 | + }, |
| 72 | + "engines": { |
| 73 | + "node": ">=18", |
| 74 | + "npm": ">=8" |
| 75 | + }, |
| 76 | + "publishConfig": { |
| 77 | + "access": "public" |
| 78 | + } |
| 79 | +} |
0 commit comments