UNPKG

@fairyfromalfeya/locklift-deploy

Version:

Locklift plugin for replicable deployments and easy testing

40 lines (39 loc) 939 B
{ "name": "@fairyfromalfeya/locklift-deploy", "version": "1.0.1", "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": { "@types/commander": "^2.12.2", "@types/fs-extra": "^11.0.1", "@types/node": "^14.14.6", "commander": "^9.4.1", "directory-tree": "^3.5.1", "fs-extra": "^11.1.1", "locklift": "^2.5.1", "prettier": "^2.1.2", "rxjs": "^7.8.0", "ts-node-dev": "^1.0.0", "typescript": "^4.4.5" } }