-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 2.05 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"dependencies": {
"chalk": "^4.1.0",
"inquirer": "^7.3.3",
"node-fetch": "^2.6.1",
"ora": "^5.1.0",
"remixd": "^0.2.4-alpha.0",
"solidity-string-utils": "0.0.7",
"truffle-flattener": "^1.5.0",
"web3": "^1.3.4"
},
"scripts": {
"flatten": "npx sol-merger \"./src/**/*.sol\" ./build",
"test": "mocha",
"console": "hardhat console",
"compile": "npx hardhat compile",
"deploy-stackFuji": "npx hardhat run scripts/deploy-stack3.js --network fuji",
"deploy-stackMain": "npx hardhat run scripts/deploy-stack3.js --network mainnet"
},
"devDependencies": {
"@chainlink/contracts": "0.2.2",
"@eth-optimism/smock": "^1.1.5",
"@nomiclabs/ethereumjs-vm": "^4.2.2",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^4.4.1",
"@openzeppelin/contracts-ethereum-package": "^3.0.0",
"@openzeppelin/gsn-helpers": "^0.2.4",
"chai": "^4.3.4",
"dotenv": "^10.0.0",
"eslint": "^7.10.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.4.7",
"hardhat": "^2.6.4",
"mocha": "^7.2.0"
},
"eslintConfig": {
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 2018,
"sourceType": "module"
},
"env": {
"es6": true,
"node": true
}
},
"name": "Turkolog",
"description": "solidity file for Turkolog's minting project",
"version": "1.0.0",
"main": "hardhat.config.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SymrnaCapital/turkologSmartContract"
},
"keywords": [],
"author": "Tide Ayoade",
"license": "ISC",
"bugs": {
"url": "https://github.com/SymrnaCapital/turkologSmartContract/issues"
},
"homepage": "https://github.com/SymrnaCapital/turkologSmartContract#readme"
}