mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-08 20:05:44 +00:00
feat(@embark/utils): add method to verify if a plugin is installed & configured feature(@embark/utils): add method to verify if a plugin is installed & configured feature: warn about packages that will be independent plugins and are not configured chore: update templates to specify plugins refactor: add to plugin api params so that blockchain plugins no longer need to be passed options address changes in code review remove unneded space Update packages/core/utils/src/index.ts Co-Authored-By: Jonathan Rainville <rainville.jonathan@gmail.com> Update packages/core/utils/src/index.ts Co-Authored-By: Michael Bradley <michaelsbradleyjr@gmail.com> fix linting issue add missing import update dependency fix plugins object add missing whitespace
33 lines
972 B
JSON
33 lines
972 B
JSON
{
|
|
"description": "Test DApp for integration testing purposes",
|
|
"devDependencies": {
|
|
"embark": "^5.2.0-nightly.2",
|
|
"embark-reset": "^5.1.1",
|
|
"embarkjs": "^5.2.0-nightly.2",
|
|
"embarkjs-ens": "^5.2.0-nightly.2",
|
|
"embarkjs-ipfs": "^5.1.1",
|
|
"embarkjs-swarm": "^5.1.1",
|
|
"embarkjs-web3": "^5.2.0-nightly.2",
|
|
"embarkjs-whisper": "^5.1.1",
|
|
"embark-ipfs": "^5.2.0-nightly.1",
|
|
"embark-swarm": "^5.2.0-nightly.1",
|
|
"embark-whisper-geth": "^5.2.0-nightly.1",
|
|
"embark-geth": "^5.2.0-nightly.1",
|
|
"embark-parity": "^5.2.0-nightly.1",
|
|
"embark-profiler": "^5.1.1",
|
|
"embark-graph": "^5.1.1",
|
|
"rimraf": "3.0.0"
|
|
},
|
|
"license": "MIT",
|
|
"name": "embark-dapp-test-contracts",
|
|
"private": true,
|
|
"scripts": {
|
|
"ci": "npm run qa",
|
|
"clean": "npm run reset",
|
|
"qa": "npm run test",
|
|
"reset": "npx embark-reset && npx rimraf embark-*.tgz package",
|
|
"test": "npx embark test"
|
|
},
|
|
"version": "5.2.0-nightly.2"
|
|
}
|