mirror of https://github.com/embarklabs/embark.git
26 lines
653 B
JSON
26 lines
653 B
JSON
{
|
|
"description": "Test DApp for integration testing purposes",
|
|
"devDependencies": {
|
|
"embark": "^5.0.0",
|
|
"embark-reset": "^5.0.0",
|
|
"embarkjs": "^5.0.0",
|
|
"embarkjs-ens": "^5.0.0",
|
|
"embarkjs-ipfs": "^5.0.0",
|
|
"embarkjs-swarm": "^5.0.0",
|
|
"embarkjs-web3": "^5.0.0",
|
|
"embarkjs-whisper": "^5.0.0",
|
|
"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.0.0"
|
|
}
|