-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 773 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 773 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
{
"name": "@gitnullxyz/core-protocol",
"version": "0.9.1",
"description": "GitNull protocol smart contracts — RepoRegistry, ContribLedger, BountyEscrow, GovernanceDAO",
"scripts": {
"compile": "hardhat compile",
"test": "hardhat test",
"deploy": "hardhat run scripts/deploy.ts --network gitchain-l2",
"verify": "hardhat verify --network gitchain-l2"
},
"license": "MIT",
"homepage": "https://gitnull.xyz",
"author": "GitNull Protocol Labs <dev@gitnull.xyz>",
"repository": {
"type": "git",
"url": "git+https://github.com/gitnull-dev/core-protocol.git"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@openzeppelin/contracts": "^5.0.0",
"hardhat": "^2.22.0",
"typescript": "^5.0.0"
}
}