{ "name": "embark-deployment", "version": "4.1.1", "author": "Iuri Matias ", "contributors": [], "description": "Deployment APIs for Embark", "homepage": "https://github.com/embark-framework/embark/tree/master/packages/stack/deployment#readme", "bugs": "https://github.com/embark-framework/embark/issues", "keywords": [ "blockchain", "dapps", "ethereum", "ipfs", "serverless", "solc", "solidity" ], "files": [ "dist" ], "license": "MIT", "repository": { "directory": "packages/stack/deployment", "type": "git", "url": "https://github.com/embark-framework/embark.git" }, "main": "./dist/index.js", "embark-collective": { "build:node": true }, "scripts": { "_build": "npm run solo -- build", "ci": "npm run qa", "clean": "npm run reset", "lint": "eslint src/", "qa": "npm-run-all lint _build", "reset": "npx rimraf dist embark-*.tgz package", "solo": "embark-solo", "test": "jest" }, "eslintConfig": { "extends": "../../../.eslintrc.json" }, "dependencies": { "@babel/runtime-corejs3": "7.6.3", "async": "2.6.1", "clone-deep": "4.0.0", "core-js": "3.3.4", "embark-core": "^4.1.1", "embark-i18n": "^4.1.1", "embark-utils": "^4.1.1" }, "devDependencies": { "@babel/core": "7.6.4", "babel-jest": "24.9.0", "embark-solo": "^4.1.1", "embark-testing": "^4.1.1", "eslint": "5.7.0", "jest": "24.9.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0" }, "engines": { "node": ">=10.17.0 <12.0.0", "npm": ">=6.11.3", "yarn": ">=1.19.1" }, "jest": { "collectCoverage": true, "testEnvironment": "node", "testMatch": [ "**/test/**/*.js" ], "transform": { "\\.js$": [ "babel-jest", { "rootMode": "upward" } ] } } }