{ "name": "embark-testing", "version": "5.0.0-alpha.1", "description": "Testing", "homepage": "https://github.com/embark-framework/embark/tree/master/packages/utils/testing#readme", "main": "dist/lib/index.js", "repository": { "directory": "packages/utils/testing", "type": "git", "url": "https://github.com/embark-framework/embark/" }, "author": "Iuri Matias ", "license": "MIT", "bugs": "https://github.com/embark-framework/embark/issues", "keywords": [ "blockchain", "dapps", "ethereum", "ipfs", "serverless", "solc", "solidity" ], "files": [ "dist" ], "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.7.4", "core-js": "3.4.3", "refute": "1.0.2", "sinon": "7.4.2" }, "devDependencies": { "@babel/core": "7.7.4", "@types/async": "3.0.3", "babel-jest": "24.9.0", "embark-solo": "^5.0.0-alpha.0", "eslint": "5.7.0", "jest": "24.9.0", "lodash.clonedeep": "4.5.0", "npm-run-all": "4.1.5", "rimraf": "2.6.3" }, "jest": { "collectCoverage": true, "testEnvironment": "node", "testMatch": [ "**/test/**/*.js" ], "transform": { "\\.js$": [ "babel-jest", { "rootMode": "upward" } ] } }, "engines": { "node": ">=10.17.0 <12.0.0", "npm": ">=6.11.3", "yarn": ">=1.19.1" } }