|
| 1 | +{ |
| 2 | + "name": "@hyperledger/cactus-test-cmd-api-server", |
| 3 | + "version": "0.2.0", |
| 4 | + "description": "Integration tests for the Cactus API Client package (formerly known as the Cactus SDK package that has been renamed for to purpose of being less ambiguous)", |
| 5 | + "main": "dist/cactus-test-cmd-api-server.node.umd.js", |
| 6 | + "mainMinified": "dist/cactus-test-cmd-api-server.node.umd.min.js", |
| 7 | + "browser": "dist/cactus-test-cmd-api-server.web.umd.js", |
| 8 | + "browserMinified": "dist/cactus-test-cmd-api-server.web.umd.min.js", |
| 9 | + "module": "dist/lib/main/typescript/index.js", |
| 10 | + "types": "dist/types/main/typescript/index.d.ts", |
| 11 | + "files": [ |
| 12 | + "dist/*" |
| 13 | + ], |
| 14 | + "scripts": { |
| 15 | + "tsc": "tsc --project ./tsconfig.json", |
| 16 | + "webpack": "npm-run-all webpack:dev webpack:prod", |
| 17 | + "webpack:dev": "npm-run-all webpack:dev:node webpack:dev:web", |
| 18 | + "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js", |
| 19 | + "webpack:dev:node": "webpack --env=dev --target=node --config ../../webpack.config.js", |
| 20 | + "webpack:prod": "npm-run-all webpack:prod:node webpack:prod:web", |
| 21 | + "webpack:prod:web": "webpack --env=prod --target=web --config ../../webpack.config.js", |
| 22 | + "webpack:prod:node": "webpack --env=prod --target=node --config ../../webpack.config.js" |
| 23 | + }, |
| 24 | + "publishConfig": { |
| 25 | + "access": "public" |
| 26 | + }, |
| 27 | + "engines": { |
| 28 | + "node": ">=10", |
| 29 | + "npm": ">=6" |
| 30 | + }, |
| 31 | + "repository": { |
| 32 | + "type": "git", |
| 33 | + "url": "git+https://github.com/hyperledger/cactus.git" |
| 34 | + }, |
| 35 | + "keywords": [ |
| 36 | + "Hyperledger", |
| 37 | + "Cactus", |
| 38 | + "Integration", |
| 39 | + "Blockchain", |
| 40 | + "Distributed Ledger Technology" |
| 41 | + ], |
| 42 | + "author": { |
| 43 | + "name": "Hyperledger Cactus Contributors", |
| 44 | + |
| 45 | + "url": "https://www.hyperledger.org/use/cactus" |
| 46 | + }, |
| 47 | + "contributors": [ |
| 48 | + { |
| 49 | + "name": "Please add yourself to the list of contributors", |
| 50 | + |
| 51 | + "url": "https://example.com" |
| 52 | + }, |
| 53 | + { |
| 54 | + "name": "Peter Somogyvari", |
| 55 | + |
| 56 | + "url": "https://accenture.com" |
| 57 | + } |
| 58 | + ], |
| 59 | + "license": "Apache-2.0", |
| 60 | + "bugs": { |
| 61 | + "url": "https://github.com/hyperledger/cactus/issues" |
| 62 | + }, |
| 63 | + "homepage": "https://github.com/hyperledger/cactus#readme", |
| 64 | + "dependencies": { |
| 65 | + "@hyperledger/cactus-api-client": "^0.2.0", |
| 66 | + "@hyperledger/cactus-cmd-api-server": "^0.2.0", |
| 67 | + "@hyperledger/cactus-common": "0.2.0", |
| 68 | + "@hyperledger/cactus-core-api": "^0.2.0", |
| 69 | + "@hyperledger/cactus-plugin-consortium-manual": "^0.2.0", |
| 70 | + "@hyperledger/cactus-plugin-keychain-memory": "^0.2.0", |
| 71 | + "@hyperledger/cactus-plugin-ledger-connector-besu": "^0.2.0", |
| 72 | + "@hyperledger/cactus-plugin-ledger-connector-fabric": "^0.2.0", |
| 73 | + "@hyperledger/cactus-plugin-ledger-connector-quorum": "^0.2.0", |
| 74 | + "axios": "0.19.2", |
| 75 | + "joi": "14.3.1", |
| 76 | + "typescript-optional": "2.0.1" |
| 77 | + }, |
| 78 | + "devDependencies": { |
| 79 | + "@hyperledger/cactus-test-tooling": "0.2.0", |
| 80 | + "@types/joi": "14.3.4" |
| 81 | + } |
| 82 | +} |
0 commit comments