-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 987 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
31
32
33
34
35
36
37
38
{
"name": "resolutio-contract-graphapi",
"version": "1.0.0",
"description": "Backend Repository for Team Resolutio",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ogubuike Alexandra",
"license": "Apache-2.0",
"dependencies": {
"@chainlink/contracts": "^0.4.1",
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
"@openzeppelin/contracts": "^4.8.1",
"dotenv": "^16.0.3",
"hardhat": "^2.10.2"
},
"directories": {
"test": "test"
},
"devDependencies": {
"@nomiclabs/hardhat-etherscan": "^3.1.5",
"mocha": "^10.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/resolutio-ai/backend-smartcontract.git"
},
"keywords": [
"smartcontract",
"resolutio.ai",
"NFT"
],
"bugs": {
"url": "https://github.com/resolutio-ai/backend-smartcontract/issues"
},
"homepage": "https://github.com/resolutio-ai/backend-smartcontract#readme"
}