UNPKG

@broxus/locklift-deploy

Version:

Locklift plugin for replicable deployments and easy testing

43 lines (42 loc) 981 B
{ "name": "@broxus/locklift-deploy", "version": "1.1.4", "description": "Locklift plugin for replicable deployments and easy testing", "main": "dist/index.js", "scripts": { "build": "tsc --build .", "start": "ts-node --transpile-only src/index.ts", "prepublishOnly": "npm run build" }, "author": "", "keywords": [ "everscale", "blockchain", "smart-contracts", "javascript", "solidity", "dapps", "ethereum", "locklift", "locklift-plugin", "venom-blockchain", "venom-developer-program" ], "license": "Apache-2.0", "dependencies": { "commander": "^14.0.3", "directory-tree": "^3.6.0", "fs-extra": "^11.3.3", "locklift": "^2.10.1", "lodash": "^4.17.23", "rxjs": "^7.8.2" }, "devDependencies": { "@types/fs-extra": "^11.0.4", "@types/lodash": "^4.14.195", "@types/node": "^14.14.6", "prettier": "^2.1.2", "ts-node": "^10.9.2", "typescript": "^4.4.5" } }