File tree Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 11hardhat.config.ts
22scripts
33test
4+
5+ # Exclude test/mock contracts
6+ contracts /mocks
7+
8+ # Exclude binary assets
9+ ** /* .png
10+ ** /* .jpg
11+ ** /* .jpeg
12+
13+ # Exclude diagram source files
14+ ** /MermaidDiagramSource.md
Original file line number Diff line number Diff line change 55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
77 "files" : [
8- " contracts" ,
8+ " contracts/**/*.sol" ,
9+ " !contracts/mocks" ,
910 " dist"
1011 ],
1112 "scripts" : {
6566 "solhint-community" : " ^4.0.0" ,
6667 "solhint-plugin-prettier" : " ^0.1.0" ,
6768 "solidity-coverage" : " ^0.8.4" ,
69+ "eslint-plugin-mocha" : " ^10.2.0" ,
6870 "ts-node" : " ^10.9.1" ,
6971 "typechain" : " ^8.1.1" ,
7072 "typescript" : " ^4.9.5"
7476 "@limitbreak/creator-token-standards" : " ^5.0.0" ,
7577 "@openzeppelin/contracts" : " ^4.9.3" ,
7678 "@openzeppelin/contracts-upgradeable" : " ^4.9.3" ,
77- "@rari-capital/solmate" : " ^6.4.0" ,
78- "eslint-plugin-mocha" : " ^10.2.0" ,
79- "moment" : " ^2.30.1" ,
8079 "openzeppelin-contracts-5.0.2" : " npm:@openzeppelin/contracts@^5.0.2" ,
8180 "openzeppelin-contracts-upgradeable-4.9.3" : " npm:@openzeppelin/contracts-upgradeable@^4.9.3" ,
8281 "seaport" : " https://github.com/immutable/seaport.git#1.5.0+im.1.3" ,
8584 "seaport-types-16" :
" npm:[email protected] " ,
8685 "solidity-bits" : " ^0.4.0" ,
8786 "solidity-bytes-utils" : " ^0.8.0"
88- }
87+ },
88+ "packageManager" :
" [email protected] +sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" 8989}
You can’t perform that action at this time.
0 commit comments