47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "landserver",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "node --inspect-brk ./"
|
|
},
|
|
"author": "Nova.xu",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@alicloud/sms-sdk": "^1.1.6",
|
|
"agenda": "^2.0.2",
|
|
"axios": "^0.19.0",
|
|
"bignumber": "^1.1.0",
|
|
"bitcore-mnemonic": "^8.6.0",
|
|
"body-parser": "^1.16.1",
|
|
"bs58check": "^2.1.2",
|
|
"bunyan": "^1.8.12",
|
|
"bunyan-pretty-colors": "^0.1.7",
|
|
"commander": "^2.14.1",
|
|
"compression": "^1.7.3",
|
|
"cookie-parser": "^1.4.3",
|
|
"cors": "^2.8.1",
|
|
"cron": "^1.7.1",
|
|
"deepmerge": "^4.0.0",
|
|
"errorhandler": "^1.5.0",
|
|
"ethers": "^4.0.36",
|
|
"etherscan-api": "^10.0.4",
|
|
"express": "^4.17.1",
|
|
"js-sha3": "^0.8.0",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"mongodb": "^3.3.0-beta2",
|
|
"mongoose": "^5.6.8",
|
|
"morgan": "^1.8.1",
|
|
"node-schedule": "^1.3.0",
|
|
"nodemailer": "^6.3.0",
|
|
"socket.io": "^1.0.6",
|
|
"tweetnacl": "^1.0.1",
|
|
"web3": "^1.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^6.1.0"
|
|
}
|
|
}
|