123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "name": "validator",
- "version": "1.0.0",
- "description": "Validator",
- "main": "lib/app.js",
- "scripts": {
- "start": "node lib/app.js",
- "dev": "tsc && node lib/app.js",
- "postinstall": "tsc",
- "watch-node": "nodemon lib/app.js",
- "watch-ts": "tsc -w",
- "deploy": "git add . && git commit -m Heroku && git push heroku master -f"
- },
- "author": "Oleksandr Korniienko",
- "license": "MIT",
- "engines": {
- "node": "15.14.0"
- },
- "dependencies": {
- "@joystream/types": "^0.16.1",
- "@polkadot/api": "4.2.1",
- "@polkadot/keyring": "^6.0.5",
- "@polkadot/types": "4.2.1",
- "@polkadot/util": "^6.0.5",
- "@polkadot/util-crypto": "^6.0.5",
- "@types/bn.js": "^4.11.6",
- "@types/locks": "^0.2.1",
- "bn.js": "^5.1.2",
- "cors": "^2.8.5",
- "cross-fetch": "^3.0.6",
- "dotenv": "^8.2.0",
- "express": "^4.17.1",
- "inquirer": "^7.3.3",
- "locks": "^0.2.2",
- "lowdb": "^1.0.0",
- "moment": "^2.27.0",
- "pm2": "^4.4.0",
- "ws": "^7.2.5"
- },
- "devDependencies": {
- "@polkadot/ts": "^0.3.62",
- "@types/cors": "^2.8.6",
- "@types/express": "^4.17.6",
- "@types/inquirer": "^7.3.1",
- "@types/lowdb": "^1.0.9",
- "@types/ws": "^7.4.6",
- "nodemon": "^2.0.3",
- "ts-node": "^8.10.1",
- "typescript": "^3.9.7"
- }
- }
|