File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " solidity-hardhat-template " ,
2
+ "name" : " @as2network/did-registry " ,
3
3
"private" : true ,
4
- "version" : " 1.0 .0" ,
4
+ "version" : " 0.2 .0" ,
5
5
"description" : " typescript hardhat base with conformant linting" ,
6
6
"files" : [
7
7
" /contracts/**/*.sol" ,
8
8
" /build/contracts/*.json" ,
9
9
" !/contracts/mocks/**/*"
10
10
],
11
11
"scripts" : {
12
- "build " : " npx tsc -b" ,
13
- "compile " : " npx hardhat compile" ,
12
+ "tsc " : " npx tsc -b" ,
13
+ "build " : " npx hardhat compile" ,
14
14
"coverage" : " npx hardhat coverage" ,
15
15
"test" : " npx hardhat test" ,
16
16
"lint" : " npx gts lint" ,
20
20
},
21
21
"repository" : {
22
22
"type" : " git" ,
23
- "url" : " git+https://github.com/sambacha/solidity-hardhat-template .git"
23
+ "url" : " git+https://github.com/as2network/did-registry .git"
24
24
},
25
25
"keywords" : [
26
26
" solidity" ,
31
31
"author" : " SEE CONTRIBUTORS" ,
32
32
"license" : " SEE LICENSE IN LICENSE" ,
33
33
"bugs" : {
34
- "url" : " https://github.com/sambacha/solidity-hardhat-template /issues"
34
+ "url" : " https://github.com/as2network/did-registry /issues"
35
35
},
36
- "homepage" : " https://github.com/sambacha/solidity-hardhat-template #readme" ,
36
+ "homepage" : " https://github.com/as2network/did-registry #readme" ,
37
37
"devDependencies" : {
38
38
"@nomiclabs/hardhat-ethers" : " 2.0.2" ,
39
39
"@nomiclabs/hardhat-truffle5" : " ^2.0.0" ,
You can’t perform that action at this time.
0 commit comments