web2toweb3
Version:
Convert Web2 application to Web3
29 lines (28 loc) • 567 B
JSON
{
"name": "web2toweb3",
"version": "2.2.6",
"description": "Convert Web2 application to Web3",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/ayyalu-sk/web2toweb3"
},
"dependencies": {
"axios": "^1.1.3",
"express": "^4.18.2",
"multer": "^1.4.5-lts.1",
"uuid": "^9.0.0",
"web3": "^1.8.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"blockchain",
"web2",
"to",
"web3"
],
"author": "SecureKloud",
"license": "ISC"
}