UNPKG

@normalizex/honeypot-is

Version:

library targeting of the honeypot.is API.

53 lines (52 loc) 1.21 kB
{ "name": "@normalizex/honeypot-is", "version": "1.0.3", "description": "library targeting of the honeypot.is API.", "main": "dist/index.js", "types": "./dist/index.d.ts", "engines": { "node": ">=11.0.0" }, "scripts": { "build": "tsc && webpack", "prepublish": "npm run build" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/Normalizex/honeypot-is.git" }, "homepage": "https://github.com/Normalizex/honeypot-is#readme", "author": "Normalizex", "license": "MIT", "keywords": [ "web3", "axios", "honeypot", "api", "wrapper", "defi", "blockchain", "https", "async" ], "devDependencies": { "assert": "^2.0.0", "browserify-zlib": "^0.2.0", "buffer": "^6.0.3", "fork-ts-checker-webpack-plugin": "^7.2.13", "process": "^0.11.10", "stream-browserify": "^3.0.0", "terser-webpack-plugin": "^5.3.6", "ts-loader": "^9.3.1", "typescript": "^4.6.4", "util": "^0.12.4", "webpack": "^5.74.0", "webpack-cli": "^4.10.0" }, "dependencies": { "axios": "^0.27.2" } }