-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.27 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "blockchain-ecosystem",
"version": "1.0.0",
"description": "A modular mono-repository project for blockchain development and integration",
"main": "blockchain_config.js",
"scripts": {
"start": "node blockchain_config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/your-organization/blockchain-ecosystem.git"
},
"keywords": [
"blockchain",
"hyperledger",
"besu",
"smart-contracts",
"api",
"control-panel",
"interactive-builders",
"documentation",
"framework",
"standards",
"dev-environment",
"scripts"
],
"author": "Your Name <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/your-organization/blockchain-ecosystem/issues"
},
"homepage": "https://github.com/your-organization/blockchain-ecosystem#readme",
"dependencies": {
"axios": "^0.21.1",
"besu-js": "^0.1.0",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"fs": "0.0.1-security",
"path": "^0.12.7",
"readline": "^1.3.0",
"solc": "^0.8.4",
"web3": "^1.3.4"
},
"devDependencies": {
"@openzeppelin/contracts": "^4.2.0",
"@chainlink/contracts": "^0.1.8"
}
}