github.com/diadata-org/diadata@v1.4.593/cmd/interlay/package.json (about) 1 { 2 "name": "interlay", 3 "version": "1.0.0", 4 "description": "", 5 "main": "index.js", 6 "scripts": { 7 "test": "echo \"Error: no test specified\" && exit 1" 8 }, 9 "author": "", 10 "license": "ISC", 11 "dependencies": { 12 "@polkadot/api": "10.10.1", 13 "@rocketpool/api": "^0.0.15", 14 "body-parser": "^1.20.1", 15 "ethers": "^5.7.2", 16 "express": "^4.18.2", 17 "multer": "^1.4.5-lts.1", 18 "node-cron": "^3.0.2", 19 "redis": "^4.6.4", 20 "web3": "^1.8.2" 21 } 22 }