{
  "name": "locklift-deploy-artifacts",
  "version": "1.1.1",
  "description": "Locklift plugin that enables you to store build artifacts across contract migration scripts.",
  "main": "dist/index.js",
  "homepage": "https://github.com/venom-blockchain/locklift-deploy-artifacts",
  "keywords": [
    "locklift",
    "venom",
    "blockchain",
    "smart-contracts",
    "plugin"
  ],
  "scripts": {
    "build": "tsc --build .",
    "start": "ts-node --transpile-only src/index.ts"
  },
  "author": "",
  "license": "Apache-2.0",
  "devDependencies": {
    "@types/fs-extra": "^11.0.1",
    "@types/node": "^18.15.0",
    "commander": "^10.0.0",
    "everscale-inpage-provider": "^0.3.61",
    "fs-extra": "^11.1.0",
    "locklift": "^2.5.7",
    "prettier": "^2.1.2",
    "ts-node-dev": "^2.0.0",
    "typescript": "^4.4.5"
  }
}
