forked from ramkiranb95/Ethereum-ERC20-Token-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 780 Bytes
/
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
{
"name": "token-creator-using-ethereum",
"version": "1.0.0",
"description": "",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kuldeep23907/Token-Creator-using-Ethereum.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kuldeep23907/Token-Creator-using-Ethereum/issues"
},
"homepage": "https://github.com/kuldeep23907/Token-Creator-using-Ethereum#readme",
"dependencies": {
"@truffle/hdwallet-provider": "^1.0.40",
"bootstrap": "^4.5.0",
"dotenv": "^8.2.0",
"react-bootstrap": "^1.3.0",
"truffle-hdwallet-provider": "^1.0.17"
}
}