forked from hashgraph/hedera-smart-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 937 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
30
{
"name": "@hashgraph/smart-contracts",
"version": "0.4.0-SNAPSHOT",
"description": "Hedera Smart Contract Service supporting files",
"files": [
"/contracts/**/*.sol",
"/contracts/**/**/**/*.sol"
],
"repository": {
"type": "git",
"url": "git+https://github.com/hashgraph/hedera-smart-contracts.git"
},
"author": "Hedera Smart Contracts Team",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/hashgraph/hedera-smart-contracts/issues"
},
"homepage": "https://github.com/hashgraph/hedera-smart-contracts#readme",
"devDependencies": {
"@hashgraph/hedera-local": "^2.8.0",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
"@openzeppelin/contracts": "^4.8.3",
"@openzeppelin/contracts-upgradeable": "^4.8.3",
"@openzeppelin/hardhat-upgrades": "^1.22.1",
"hardhat": "^2.14.0"
},
"dependencies": {
"@nomicfoundation/solidity-analyzer": "^0.1.0"
}
}