|
| 1 | +{ |
| 2 | + "name": "@hyperledger/cactus-plugin-keychain-google-sm", |
| 3 | + "version": "0.6.0", |
| 4 | + "description": "A keychain implementation storing its entries in Azure key vault.", |
| 5 | + "main": "dist/lib/main/typescript/index.js", |
| 6 | + "mainMinified": "dist/cactus-plugin-keychain-google-sm.node.umd.min.js", |
| 7 | + "browser": "dist/cactus-plugin-keychain-google-sm.web.umd.js", |
| 8 | + "browserMinified": "dist/cactus-plugin-keychain-google-sm.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 | + "generate-sdk": "openapi-generator-cli generate -i ./src/main/json/openapi.json -g typescript-axios -o ./src/main/typescript/generated/openapi/typescript-axios/", |
| 16 | + "codegen:openapi": "npm run generate-sdk", |
| 17 | + "codegen": "run-p 'codegen:*'", |
| 18 | + "watch": "npm-watch", |
| 19 | + "webpack": "npm-run-all webpack:dev webpack:prod", |
| 20 | + "webpack:dev": "npm-run-all webpack:dev:node webpack:dev:web", |
| 21 | + "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js", |
| 22 | + "webpack:dev:node": "webpack --env=dev --target=node --config ../../webpack.config.js", |
| 23 | + "webpack:prod": "npm-run-all webpack:prod:node webpack:prod:web", |
| 24 | + "webpack:prod:web": "webpack --env=prod --target=web --config ../../webpack.config.js", |
| 25 | + "webpack:prod:node": "webpack --env=prod --target=node --config ../../webpack.config.js" |
| 26 | + }, |
| 27 | + "watch": { |
| 28 | + "codegen:openapi": { |
| 29 | + "patterns": [ |
| 30 | + "./src/main/json/openapi.json" |
| 31 | + ] |
| 32 | + } |
| 33 | + }, |
| 34 | + "publishConfig": { |
| 35 | + "access": "public" |
| 36 | + }, |
| 37 | + "engines": { |
| 38 | + "node": ">=10", |
| 39 | + "npm": ">=6" |
| 40 | + }, |
| 41 | + "repository": { |
| 42 | + "type": "git", |
| 43 | + "url": "git+https://github.com/hyperledger/cactus.git" |
| 44 | + }, |
| 45 | + "keywords": [ |
| 46 | + "Hyperledger", |
| 47 | + "Cactus", |
| 48 | + "Integration", |
| 49 | + "Blockchain", |
| 50 | + "Distributed Ledger Technology" |
| 51 | + ], |
| 52 | + "author": { |
| 53 | + "name": "Hyperledger Cactus Contributors", |
| 54 | + |
| 55 | + "url": "https://www.hyperledger.org/use/cactus" |
| 56 | + }, |
| 57 | + "contributors": [ |
| 58 | + { |
| 59 | + "name": "Please add yourself to the list of contributors", |
| 60 | + |
| 61 | + "url": "https://example.com" |
| 62 | + }, |
| 63 | + { |
| 64 | + "name": "Peter Somogyvari", |
| 65 | + |
| 66 | + "url": "https://accenture.com" |
| 67 | + } |
| 68 | + ], |
| 69 | + "license": "Apache-2.0", |
| 70 | + "bugs": { |
| 71 | + "url": "https://github.com/hyperledger/cactus/issues" |
| 72 | + }, |
| 73 | + "homepage": "https://github.com/hyperledger/cactus#readme", |
| 74 | + "dependencies": { |
| 75 | + "@google-cloud/secret-manager": "3.7.1", |
| 76 | + "@hyperledger/cactus-common": "0.6.0", |
| 77 | + "@hyperledger/cactus-core": "0.6.0", |
| 78 | + "@hyperledger/cactus-core-api": "0.6.0", |
| 79 | + "axios": "0.21.1", |
| 80 | + "http-status-codes": "2.1.4", |
| 81 | + "typescript-optional": "2.0.1" |
| 82 | + }, |
| 83 | + "devDependencies": { |
| 84 | + "@hyperledger/cactus-test-tooling": "0.6.0", |
| 85 | + "@types/express": "4.17.8", |
| 86 | + "@types/request": "2.48.5", |
| 87 | + "express": "4.17.1", |
| 88 | + "internal-ip": "6.2.0", |
| 89 | + "openapi-types": "7.2.2" |
| 90 | + } |
| 91 | +} |
0 commit comments