@hypernetlabs/hypernet-id-contracts-integration
Version:
A minimalist smart contract library for on-chain identity verification.
35 lines (34 loc) • 882 B
JSON
{
"name": "@hypernetlabs/hypernet-id-contracts-integration",
"description": "A minimalist smart contract library for on-chain identity verification.",
"version": "0.0.2",
"files": [
"contracts/ID.sol"
],
"repository": {
"type": "https://github.com/GoHypernet/Hypernet.ID-Public",
"url": "https://github.com/GoHypernet/Hypernet.ID-Public"
},
"keywords": [
"solidity",
"smart",
"contracts",
"KYC",
"AML",
"Hypernet.ID"
],
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.3",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/test-helpers": "^0.5.15",
"chai": "^4.3.4",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.2",
"hardhat": "^2.7.0",
"hardhat-contract-sizer": "^2.1.1",
"hardhat-gas-reporter": "^1.0.6"
},
"dependencies": {
"@openzeppelin/contracts": "^4.4.0"
}
}