-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
44 lines (44 loc) · 1.31 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": "vefi-token-launchpad-staking",
"version": "1.0.2",
"description": "",
"main": "index.js",
"scripts": {
"test": "rm -rf artifacts && npx hardhat test",
"format": "prettier --write **/**/*.{js,json,sol}",
"deploy:bsc:testnet": "npx hardhat run scripts/deploy.js --network bsc_testnet"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vefi-Ecosystem/token_launchpad_and_staking.git"
},
"files": [
"contracts",
"artifacts"
],
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Vefi-Ecosystem/token_launchpad_and_staking/issues"
},
"homepage": "https://github.com/Vefi-Ecosystem/token_launchpad_and_staking#readme",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.1.1",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@nomiclabs/hardhat-ganache": "^2.0.1",
"@nomiclabs/hardhat-truffle5": "^2.0.7",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/contracts": "^4.7.3",
"@openzeppelin/test-helpers": "^0.5.15",
"chai": "^4.3.6",
"dotenv": "^16.0.2",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.7.0",
"hardhat": "^2.11.0",
"mocha": "^10.0.0",
"prettier-plugin-solidity": "^1.0.0-beta.24",
"web3": "^1.7.5"
}
}