|
1 | 1 | {
|
2 |
| - "name": "@hyperledger/cactus-plugin-htlc-eth-besu-erc20", |
3 |
| - "version": "2.0.0-alpha.1", |
4 |
| - "description": "Allows Cactus nodes to interact with HTLC contracts with ERC-20 Tokens", |
5 |
| - "keywords": [ |
6 |
| - "Hyperledger", |
7 |
| - "Cactus", |
8 |
| - "Integration", |
9 |
| - "Blockchain", |
10 |
| - "Distributed Ledger Technology" |
11 |
| - ], |
12 |
| - "homepage": "https://github.com/hyperledger/cacti#readme", |
13 |
| - "bugs": { |
14 |
| - "url": "https://github.com/hyperledger/cacti/issues" |
| 2 | + "name": "@hyperledger/cactus-plugin-htlc-eth-besu-erc20", |
| 3 | + "version": "2.0.0-alpha.1", |
| 4 | + "description": "Allows Cactus nodes to interact with HTLC contracts with ERC-20 Tokens", |
| 5 | + "keywords": [ |
| 6 | + "Hyperledger", |
| 7 | + "Cactus", |
| 8 | + "Integration", |
| 9 | + "Blockchain", |
| 10 | + "Distributed Ledger Technology" |
| 11 | + ], |
| 12 | + "homepage": "https://github.com/hyperledger/cacti#readme", |
| 13 | + "bugs": { |
| 14 | + "url": "https://github.com/hyperledger/cacti/issues" |
| 15 | + }, |
| 16 | + "repository": { |
| 17 | + "type": "git", |
| 18 | + "url": "git+https://github.com/hyperledger/cacti.git" |
| 19 | + }, |
| 20 | + "license": "Apache-2.0", |
| 21 | + "author": { |
| 22 | + "name": "Hyperledger Cactus Contributors", |
| 23 | + |
| 24 | + "url": "https://www.hyperledger.org/use/cacti" |
| 25 | + }, |
| 26 | + "contributors": [ |
| 27 | + { |
| 28 | + "name": "Please add yourself to the list of contributors", |
| 29 | + |
| 30 | + "url": "https://example.com" |
15 | 31 | },
|
16 |
| - "repository": { |
17 |
| - "type": "git", |
18 |
| - "url": "git+https://github.com/hyperledger/cacti.git" |
| 32 | + { |
| 33 | + "name": "Peter Somogyvari", |
| 34 | + |
| 35 | + "url": "https://accenture.com" |
19 | 36 | },
|
20 |
| - "license": "Apache-2.0", |
21 |
| - "author": { |
22 |
| - "name": "Hyperledger Cactus Contributors", |
23 |
| - |
24 |
| - "url": "https://www.hyperledger.org/use/cactus" |
25 |
| - }, |
26 |
| - "contributors": [ |
27 |
| - { |
28 |
| - "name": "Please add yourself to the list of contributors", |
29 |
| - |
30 |
| - "url": "https://example.com" |
31 |
| - }, |
32 |
| - { |
33 |
| - "name": "Peter Somogyvari", |
34 |
| - |
35 |
| - "url": "https://accenture.com" |
36 |
| - }, |
37 |
| - { |
38 |
| - "name": "Jordi Giron", |
39 |
| - |
40 |
| - "url": "https://accenture.com" |
41 |
| - } |
42 |
| - ], |
43 |
| - "main": "dist/lib/main/typescript/index.js", |
44 |
| - "module": "dist/lib/main/typescript/index.js", |
45 |
| - "browser": "dist/cactus-plugin-htlc-eth-besu-erc20.web.umd.js", |
46 |
| - "types": "dist/lib/main/typescript/index.d.ts", |
47 |
| - "files": [ |
48 |
| - "dist/*" |
49 |
| - ], |
50 |
| - "scripts": { |
51 |
| - "codegen": "run-p 'codegen:*'", |
52 |
| - "codegen:openapi": "npm run generate-sdk", |
53 |
| - "generate-sdk": "run-p 'generate-sdk:*'", |
54 |
| - "generate-sdk:typescript-axios": "openapi-generator-cli generate -i ./src/main/json/openapi.json -g typescript-axios -o ./src/main/typescript/generated/openapi/typescript-axios/ --reserved-words-mappings protected=protected", |
55 |
| - "generate-sdk:kotlin": "openapi-generator-cli generate -i ./src/main/json/openapi.json -g kotlin -o ./src/main/kotlin/generated/openapi/kotlin-client/ --reserved-words-mappings protected=protected", |
56 |
| - "watch": "npm-watch", |
57 |
| - "webpack": "npm-run-all webpack:dev", |
58 |
| - "webpack:dev": "npm-run-all webpack:dev:node webpack:dev:web", |
59 |
| - "webpack:dev:node": "webpack --env=dev --target=node --config ../../webpack.config.js", |
60 |
| - "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" |
61 |
| - }, |
62 |
| - "dependencies": { |
63 |
| - "@hyperledger/cactus-common": "2.0.0-alpha.1", |
64 |
| - "@hyperledger/cactus-core": "2.0.0-alpha.1", |
65 |
| - "@hyperledger/cactus-core-api": "2.0.0-alpha.1", |
66 |
| - "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-alpha.1", |
67 |
| - "axios": "0.21.4", |
68 |
| - "express": "4.17.1", |
69 |
| - "joi": "17.9.1", |
70 |
| - "openapi-types": "9.1.0", |
71 |
| - "typescript-optional": "2.0.1" |
72 |
| - }, |
73 |
| - "devDependencies": { |
74 |
| - "@types/express": "4.17.13" |
75 |
| - }, |
76 |
| - "engines": { |
77 |
| - "node": ">=10", |
78 |
| - "npm": ">=6" |
79 |
| - }, |
80 |
| - "publishConfig": { |
81 |
| - "access": "public" |
82 |
| - }, |
83 |
| - "browserMinified": "dist/cactus-plugin-htlc-eth-besu-erc20.web.umd.min.js", |
84 |
| - "mainMinified": "dist/cactus-plugin-htlc-eth-besu-erc20.node.umd.min.js", |
85 |
| - "watch": { |
86 |
| - "codegen:openapi": { |
87 |
| - "patterns": [ |
88 |
| - "./src/main/json/openapi.json" |
89 |
| - ] |
90 |
| - } |
| 37 | + { |
| 38 | + "name": "Jordi Giron", |
| 39 | + |
| 40 | + "url": "https://accenture.com" |
| 41 | + } |
| 42 | + ], |
| 43 | + "main": "dist/lib/main/typescript/index.js", |
| 44 | + "module": "dist/lib/main/typescript/index.js", |
| 45 | + "browser": "dist/cactus-plugin-htlc-eth-besu-erc20.web.umd.js", |
| 46 | + "types": "dist/lib/main/typescript/index.d.ts", |
| 47 | + "files": [ |
| 48 | + "dist/*" |
| 49 | + ], |
| 50 | + "scripts": { |
| 51 | + "codegen": "run-p 'codegen:*'", |
| 52 | + "codegen:openapi": "npm run generate-sdk", |
| 53 | + "generate-sdk": "run-p 'generate-sdk:*'", |
| 54 | + "generate-sdk:typescript-axios": "openapi-generator-cli generate -i ./src/main/json/openapi.json -g typescript-axios -o ./src/main/typescript/generated/openapi/typescript-axios/ --reserved-words-mappings protected=protected", |
| 55 | + "generate-sdk:kotlin": "openapi-generator-cli generate -i ./src/main/json/openapi.json -g kotlin -o ./src/main/kotlin/generated/openapi/kotlin-client/ --reserved-words-mappings protected=protected", |
| 56 | + "watch": "npm-watch", |
| 57 | + "webpack": "npm-run-all webpack:dev", |
| 58 | + "webpack:dev": "npm-run-all webpack:dev:node webpack:dev:web", |
| 59 | + "webpack:dev:node": "webpack --env=dev --target=node --config ../../webpack.config.js", |
| 60 | + "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" |
| 61 | + }, |
| 62 | + "dependencies": { |
| 63 | + "@hyperledger/cactus-common": "2.0.0-alpha.1", |
| 64 | + "@hyperledger/cactus-core": "2.0.0-alpha.1", |
| 65 | + "@hyperledger/cactus-core-api": "2.0.0-alpha.1", |
| 66 | + "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-alpha.1", |
| 67 | + "axios": "0.21.4", |
| 68 | + "express": "4.17.1", |
| 69 | + "joi": "17.9.1", |
| 70 | + "openapi-types": "9.1.0", |
| 71 | + "typescript-optional": "2.0.1" |
| 72 | + }, |
| 73 | + "devDependencies": { |
| 74 | + "@types/express": "4.17.13" |
| 75 | + }, |
| 76 | + "engines": { |
| 77 | + "node": ">=10", |
| 78 | + "npm": ">=6" |
| 79 | + }, |
| 80 | + "publishConfig": { |
| 81 | + "access": "public" |
| 82 | + }, |
| 83 | + "browserMinified": "dist/cactus-plugin-htlc-eth-besu-erc20.web.umd.min.js", |
| 84 | + "mainMinified": "dist/cactus-plugin-htlc-eth-besu-erc20.node.umd.min.js", |
| 85 | + "watch": { |
| 86 | + "codegen:openapi": { |
| 87 | + "patterns": [ |
| 88 | + "./src/main/json/openapi.json" |
| 89 | + ] |
91 | 90 | }
|
| 91 | + } |
92 | 92 | }
|
0 commit comments