-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
45 lines (45 loc) · 1.08 KB
/
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
39
40
41
42
43
44
45
{
"name": "@onchain-id/solidity",
"version": "2.2.1",
"description": "EVM solidity smart contracts for Blockchain OnchainID identities.",
"files": [
"artifacts",
"contracts",
"index.js",
"index.d.ts",
"typechain-types"
],
"scripts": {
"build": "npx hardhat compile",
"coverage": "npx hardhat coverage",
"lint": "npx hardhat check",
"test": "hardhat test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/onchain-id/solidity.git"
},
"keywords": [
"onchainid",
"identity",
"erc734",
"erc735",
"ethereum",
"solidity",
"smart contracts"
],
"author": "OnchainID Organization",
"license": "ISC",
"bugs": {
"url": "https://github.com/onchain-id/solidity/issues"
},
"homepage": "https://github.com/onchain-id/solidity#readme",
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^2.0.1",
"@nomiclabs/hardhat-solhint": "^3.0.0",
"@openzeppelin/contracts": "^4.8.3",
"hardhat": "^2.12.6",
"solhint-plugin-prettier": "^0.0.5",
"solidity-coverage": "^0.8.2"
}
}