embark/dapps/tests/teller-contracts/package.json

21 lines
525 B
JSON

{
"name": "embark-dapp-test-teller-contracts",
"description": "Test Teller contracts for integration testing purposes",
"version": "5.3.0-nightly.12",
"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"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"embark": "^5.3.0-nightly.12",
"embark-reset": "^5.2.3",
"rimraf": "3.0.0"
}
}