You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
500 B
24 lines
500 B
{
|
|
"name": "qrcodegen-solidity",
|
|
"version": "1.0.0",
|
|
"description": "QR Code generator library — Solidity port",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "hardhat test",
|
|
"compile": "node scripts/compile.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
|
|
"ethers": "^6.16.0",
|
|
"hardhat": "^2.28.6",
|
|
"solc": "^0.8.34"
|
|
}
|
|
}
|