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

22 lines
522 B
JSON
Raw Permalink Normal View History

{
"name": "embark-dapp-test-teller-contracts",
"private": true,
"description": "Test Teller contracts for integration testing purposes",
2020-04-24 17:06:40 +00:00
"version": "5.3.0",
"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": {
2020-04-24 17:06:40 +00:00
"embark": "^5.3.0",
2020-02-26 22:27:45 +00:00
"embark-reset": "^5.2.3",
"rimraf": "3.0.0"
}
}