forked from hashgraph/hedera-smart-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 809 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 809 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
{
"name": "@hashgraph/smart-contracts",
"version": "0.3.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.1.3",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.3",
"@openzeppelin/contracts": "^4.7.3"
},
"dependencies": {
"@nomicfoundation/solidity-analyzer": "^0.1.0"
}
}