{
    "name": "@energyweb/migrations",
    "description": "Migrations for deploying the Origin SDK smart contracts.",
    "license": "GPL-3.0-or-later",
    "author": "",
    "homepage": "https://github.com/energywebfoundation/origin/tree/master/packages/migrations#readme",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/energywebfoundation/origin.git"
    },
    "bugs": {
        "url": "https://github.com/energywebfoundation/origin/issues"
    },
    "version": "3.2.7",
    "main": "dist/js/main.js",
    "bin": {
        "origin-migrations": "./bin/migrations"
    },
    "scripts": {
        "build": "yarn build:ts",
        "build:ts": "tsc -b tsconfig.json",
        "build:container:canary": "make build-canary",
        "build:container:latest": "make build-stable",
        "start": "npx ts-node src/main.ts",
        "start:defaultConfigs": "yarn start -c ./config/demo-config.json -s ./config/seed.sql -e ../../../.env",
        "start-all": "concurrently --restart-tries 3 --restart-after 1500 -n eth,deploy \"yarn start-ganache\" \"wait-on tcp:8553 && yarn start:redeploy\"",
        "start-ganache": "ganache-cli -q -m \"chalk park staff buzz chair purchase wise oak receive avoid avoid home\" -l 8000000 -e 1000000 -a 40 -h 0.0.0.0 -p 8553",
        "prettier": "prettier --write --config-precedence file-override './src/**/*'",
        "clean": "shx rm -rf dist",
        "deploy:container:heroku:canary": "make build-canary push-heroku-canary",
        "deploy:container:heroku:stable": "make build-stable push-heroku-stable"
    },
    "types": "dist/js/index.d.ts",
    "dependencies": {
        "@energyweb/issuer": "4.0.0",
        "@energyweb/origin-backend-app": "1.5.3",
        "@energyweb/origin-backend-core": "8.0.2",
        "@energyweb/utils-general": "11.0.3",
        "@types/pg": "8.6.1",
        "commander": "6.2.1",
        "dotenv": "10.0.0",
        "ethers": "5.3.1",
        "pg": "8.7.1",
        "winston": "3.3.3",
        "winston-transport": "4.4.0",
        "write-json-file": "5.0.0",
        "yaeti": "1.0.2"
    },
    "devDependencies": {
        "@types/mocha": "9.0.0",
        "@types/node": "14.17.12",
        "mocha": "9.1.1",
        "typescript": "4.4.2"
    },
    "publishConfig": {
        "access": "public",
        "registry": "https://registry.npmjs.org"
    },
    "files": [
        "bin",
        "dist"
    ]
}
