UNPKG

locklift-private-deploy

Version:

Locklift plugin that enables you to deploy smart contracts using private RPC endpoint.

30 lines (29 loc) 758 B
{ "name": "locklift-private-deploy", "version": "1.0.6", "description": "Locklift plugin that enables you to deploy smart contracts using private RPC endpoint.", "main": "dist/index.js", "homepage": "https://github.com/venom-blockchain/locklift-private-deploy", "keywords": [ "locklift", "venom", "blockchain", "smart-contracts", "plugin" ], "scripts": { "build": "tsc --build .", "start": "ts-node --transpile-only src/index.ts" }, "author": "Venom Blockchain", "license": "Apache-2.0", "devDependencies": { "@types/node": "^18.15.0", "axios": "^1.4.0", "locklift": "2.5.0", "nekoton-wasm": "^1.1.8", "prettier": "^2.1.2", "ts-node-dev": "^2.0.0", "typescript": "^4.4.5" } }