-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 852 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 852 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
{
"name": "api-key-manager-contract",
"version": "1.1.0",
"description": "A solidity contract that allows API users to trustlessly buy and manage their own API keys.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trmid/api-key-manager-contract.git"
},
"author": "Trevor Richard",
"license": "MIT",
"bugs": {
"url": "https://github.com/trmid/api-key-manager-contract/issues"
},
"homepage": "https://github.com/trmid/api-key-manager-contract#readme",
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^1.0.2",
"@types/mocha": "^9.1.1",
"chai": "^4.3.6",
"hardhat": "^2.10.1"
},
"dependencies": {
"@hashgraph/sdk": "^2.17.1",
"@openzeppelin/contracts": "^4.7.2"
}
}