UNPKG

string2bytes

Version:
28 lines (27 loc) 611 B
{ "name": "string2bytes", "version": "0.0.4", "description": "Transform strings to bytes32", "main": "createBytes.js", "type": "module", "repository": { "type": "git", "url": "https://github.com/kelcheone/string2bytes" }, "scripts": { "start": "node ." }, "keywords": ["cli", "ethereum", "solidity", "string", "bytes32"], "author": "", "license": "ISC", "bin":{ "parseString": "./createBytes.js", "parseBytes": "./parseBytes.js" }, "dependencies": { "chalk": "^5.0.1", "chalk-animation": "^1.6.0", "ethers": "^5.6.4", "inquirer": "^8.2.2" } }