-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.22 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
{
"name": "bigcoin-cryptocurrency-dapp",
"version": "1.0.0",
"description": "API-Endpoints for Smart Contracts",
"scripts": {
"start": "nodemon app/server.js",
"test": "truffle test test/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SirajChaudhary/bigcoin-cryptocurrency-dapp.git"
},
"keywords": [
"private-ethereum-blockchain-network"
],
"author": "Siraj Chaudhary",
"license": "ISC",
"bugs": {
"url": "https://github.com/SirajChaudhary/bigcoin-cryptocurrency-dapp/issues"
},
"homepage": "https://github.com/SirajChaudhary/bigcoin-cryptocurrency-dapp#readme",
"dependencies": {
"@openzeppelin/contracts": "^4.5.0",
"body-parser": "^1.19.2",
"express": "^4.17.3",
"jquery": "^3.6.0",
"nodemon": "^2.0.15"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@truffle/contract": "^4.5.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.3",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"css-loader": "^6.7.1",
"json-loader": "^0.5.7",
"style-loader": "^3.3.1",
"web3": "^1.7.1"
}
}