2019-05-06 19:05:21 +00:00
|
|
|
{
|
2019-08-30 20:50:20 +00:00
|
|
|
"name": "embark-transaction-logger",
|
2019-10-28 21:05:13 +00:00
|
|
|
"version": "5.0.0-alpha.0",
|
2019-05-06 19:05:21 +00:00
|
|
|
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
|
|
|
"contributors": [],
|
2019-08-30 20:50:20 +00:00
|
|
|
"description": "Transaction listener and logger for Embark",
|
2019-09-27 17:58:08 +00:00
|
|
|
"homepage": "https://github.com/embark-framework/embark/tree/master/packages/plugins/transaction-logger#readme",
|
2019-05-06 19:05:21 +00:00
|
|
|
"bugs": "https://github.com/embark-framework/embark/issues",
|
|
|
|
"keywords": [
|
|
|
|
"blockchain",
|
|
|
|
"dapps",
|
|
|
|
"ethereum",
|
|
|
|
"ipfs",
|
|
|
|
"serverless",
|
|
|
|
"solc",
|
|
|
|
"solidity"
|
|
|
|
],
|
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
2019-09-27 17:58:08 +00:00
|
|
|
"directory": "packages/plugins/transaction-logger",
|
2019-05-06 19:05:21 +00:00
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/embark-framework/embark.git"
|
|
|
|
},
|
|
|
|
"main": "./dist/index.js",
|
2019-09-18 19:30:41 +00:00
|
|
|
"embark-collective": {
|
|
|
|
"build:node": true
|
|
|
|
},
|
2019-05-06 19:05:21 +00:00
|
|
|
"scripts": {
|
2019-09-18 19:30:41 +00:00
|
|
|
"_build": "npm run solo -- build",
|
2019-05-06 19:05:21 +00:00
|
|
|
"ci": "npm run qa",
|
|
|
|
"clean": "npm run reset",
|
2019-09-18 19:30:41 +00:00
|
|
|
"lint": "eslint src/",
|
|
|
|
"qa": "npm-run-all lint _build",
|
2019-05-06 19:05:21 +00:00
|
|
|
"reset": "npx rimraf dist embark-*.tgz package",
|
2019-09-18 19:30:41 +00:00
|
|
|
"solo": "embark-solo"
|
2019-05-06 19:05:21 +00:00
|
|
|
},
|
|
|
|
"eslintConfig": {
|
2019-09-07 19:45:25 +00:00
|
|
|
"extends": "../../../.eslintrc.json"
|
2019-05-06 19:05:21 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-10-24 21:41:28 +00:00
|
|
|
"@babel/runtime-corejs3": "7.6.3",
|
2019-05-06 19:05:21 +00:00
|
|
|
"async": "2.6.1",
|
2019-10-30 20:10:55 +00:00
|
|
|
"core-js": "3.3.5",
|
2019-10-28 21:05:13 +00:00
|
|
|
"embark-core": "^5.0.0-alpha.0",
|
|
|
|
"embark-i18n": "^5.0.0-alpha.0",
|
|
|
|
"embark-utils": "^5.0.0-alpha.0",
|
2019-10-09 13:30:06 +00:00
|
|
|
"ethereumjs-tx": "1.3.7",
|
2019-10-14 02:00:24 +00:00
|
|
|
"ethereumjs-util": "6.0.0",
|
|
|
|
"web3": "1.2.1"
|
2019-05-06 19:05:21 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-10-28 21:05:13 +00:00
|
|
|
"embark-solo": "^5.0.0-alpha.0",
|
2019-05-06 19:05:21 +00:00
|
|
|
"eslint": "5.7.0",
|
|
|
|
"npm-run-all": "4.1.5",
|
2019-09-18 19:30:41 +00:00
|
|
|
"rimraf": "3.0.0"
|
2019-05-06 19:05:21 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
2019-10-24 13:52:05 +00:00
|
|
|
"node": ">=10.17.0 <12.0.0",
|
|
|
|
"npm": ">=6.11.3",
|
|
|
|
"yarn": ">=1.19.1"
|
2019-05-06 19:05:21 +00:00
|
|
|
}
|
|
|
|
}
|