-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 760 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 760 Bytes
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
{
"name": "cms",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/CardanoX/CMS/sc.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/CardanoX/CMS/sc/issues"
},
"homepage": "https://gitlab.com/CardanoX/CMS/sc#readme",
"devDependencies": {
"@eth-optimism/smock": "^0.2.1-alpha.0",
"@nomiclabs/hardhat-ethers": "^2.0.1",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "3.4.0",
"chai": "^4.3.3",
"ethereum-waffle": "^3.3.0",
"ethers": "^5.0.31",
"hardhat": "^2.1.0",
"bignumber.js": "9.0.0"
}
}