Skip to content

Commit

Permalink
feat: As a developer, I want to import the Verax contracts via NPM in…
Browse files Browse the repository at this point in the history
… my project
  • Loading branch information
alainncls committed Apr 20, 2024
1 parent 2308204 commit d1f0602
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
{
"name": "linea-attestation-registry-contracts",
"version": "0.0.1",
"name": "@verax-attestation-registry/verax-contracts",
"version": "0.0.2",
"description": "Verax Attestation Registry core smart contracts",
"keywords": [
"linea-attestation-registry",
"verax",
"blockchain",
"attestation",
"ethereum",
"foundry",
"hardhat",
"smart-contracts",
"solidity"
],
"repository": "github.com/Consensys/linea-attestation-registry",
"license": "MIT",
"author": "Consensys",
"files": [
"src"
"src/**/*.sol",
"!src/examples/**/*"
],
"scripts": {
"build": "forge build",
Expand All @@ -27,6 +29,8 @@
"deploy:post": "npx hardhat run script/deploy/postDeployment.ts --network",
"deploy:stdlib": "npx hardhat run script/deploy/deployStdLib.ts --network",
"lint": "pnpm solhint \"{script,src,test}/**/*.sol\" -c .solhint.json",
"publish:dry-run": "pnpm publish --dry-run --no-git-checks",
"publish:public": "pnpm publish --access public --no-git-checks",
"reimport": "npx hardhat run script/recreateNetworkFile.ts --network",
"test": "forge test",
"test:coverage": "forge coverage --report lcov && genhtml lcov.info -o coverage/html",
Expand Down

0 comments on commit d1f0602

Please sign in to comment.