{ "name": "embark-utils", "version": "4.1.1", "author": "Iuri Matias ", "contributors": [], "description": "Utils used by Embark", "homepage": "https://github.com/embark-framework/embark/tree/master/packages/core/utils#readme", "bugs": "https://github.com/embark-framework/embark/issues", "keywords": [ "blockchain", "dapps", "ethereum", "ipfs", "serverless", "solc", "solidity" ], "files": [ "dist" ], "license": "MIT", "repository": { "directory": "packages/core/utils", "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": "npm-run-all lint:*", "lint:js": "eslint src/", "lint:ts": "tslint -c tslint.json \"src/**/*.ts\"", "qa": "npm-run-all lint typecheck _build", "reset": "npx rimraf dist embark-*.tgz package", "solo": "embark-solo", "typecheck": "tsc", "watch": "run-p watch:*", "watch:typecheck": "npm run typecheck -- --preserveWatchOutput --watch" }, "eslintConfig": { "extends": "../../../.eslintrc.json" }, "dependencies": { "@babel/runtime-corejs2": "7.6.2", "bip39": "3.0.2", "clipboardy": "1.2.3", "colors": "1.3.2", "embark-i18n": "^4.1.1", "ethereumjs-wallet": "0.6.3", "find-up": "2.1.0", "follow-redirects": "1.8.0", "fs-extra": "8.1.0", "fuzzy": "0.1.3", "glob": "7.1.4", "globule": "1.2.1", "merge": "1.2.1", "multihashes": "0.4.14", "ora": "2.1.0", "pretty-ms": "5.0.0", "shelljs": "0.8.3", "web3": "1.2.1", "web3-eth": "1.2.1", "web3-eth-abi": "1.2.1" }, "devDependencies": { "@types/follow-redirects": "1.5.0", "@types/fs-extra": "7.0.0", "@types/node": "12.7.8", "@types/pretty-ms": "5.0.1", "embark-inside-monorepo": "^4.1.1", "embark-solo": "^4.1.1", "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", "tslint": "5.16.0", "typescript": "3.6.3" }, "engines": { "node": ">=8.12.0 <12.0.0", "npm": ">=6.4.1", "yarn": ">=1.12.3" } }