mirror of https://github.com/embarklabs/embark.git
19 lines
432 B
JSON
19 lines
432 B
JSON
{
|
|
"description": "Test DApp for integration testing purposes",
|
|
"devDependencies": {
|
|
"embark": "^4.0.0",
|
|
"embark-reset": "^4.0.0",
|
|
"embarkjs-connector-web3": "^4.0.0"
|
|
},
|
|
"name": "embark-dapp-test-contracts",
|
|
"private": true,
|
|
"scripts": {
|
|
"ci": "npm run qa",
|
|
"clean": "npm run reset",
|
|
"qa": "npm run test",
|
|
"reset": "npx embark-reset",
|
|
"test": "npx embark test"
|
|
},
|
|
"version": "4.0.0"
|
|
}
|