-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.33 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.33 KB
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
{
"name": "autentica-smart-contracts",
"version": "1.0.0",
"description": "Smart contracts for Autentica (https://autentica.io)",
"main": "index.js",
"scripts": {
"ganache": "npx ganache-cli -d -p 7545 --chain.networkId 5777 --chain.chainId 1337",
"test": "npx truffle test"
},
"keywords": [
"autentica",
"smart contracts",
"ethereum",
"bsc",
"nft"
],
"author": "Autentica",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.16.11",
"@babel/register": "^7.16.7",
"@ethersproject/bignumber": "^5.5.0",
"@openzeppelin/test-helpers": "^0.5.15",
"@truffle/hdwallet-provider": "^2.0.1",
"chai": "^4.3.4",
"cli-interact": "^0.1.9",
"coveralls": "^3.1.1",
"dotenv": "^10.0.0",
"eth-gas-reporter": "^0.2.24",
"ethereum-ens": "^0.8.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.3",
"ganache": "^7.0.0",
"openzeppelin-test-helpers": "^0.5.1",
"solhint": "^3.3.7",
"solidity-coverage": "^0.7.20",
"solidity-docgen": "^0.6.0-beta.3",
"truffle": "^5.5.0",
"truffle-contract-size": "^2.0.1",
"truffle-plugin-debugger": "^0.0.2",
"truffle-plugin-verify": "^0.5.21",
"web3": "^1.6.1"
},
"dependencies": {
"@openzeppelin/contracts": "^4.5.0"
}
}