Skip to content

Commit

Permalink
minor changes in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ukorvl committed Jun 25, 2024
1 parent 6a23381 commit d54ad3d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,16 @@
"name": "@nilfoundation/hardhat-plugin",
"version": "0.1.0",
"description": "Custom Hardhat plugin to enable seamless deployment and interaction with applications within =nil;",
"repository": {
"type": "git",
"url": "git+https://github.com/NilFoundation/nil-hardhat-plugin"
},
"homepage": "https://github.com/NilFoundation/nil-hardhat-plugin#readme",
"bugs": {
"url": "https://github.com/NilFoundation/nil-hardhat-plugin/issues"
},
"main": "dist/index.js",
"types": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rimraf dist && tsc -p tsconfig.json",
"lint": "biome check src",
Expand Down

0 comments on commit d54ad3d

Please sign in to comment.