mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-10 05:46:03 +00:00
18 lines
412 B
JSON
18 lines
412 B
JSON
{
|
|
"description": "Test DApp for integration testing purposes",
|
|
"devDependencies": {
|
|
"embark": "^4.1.0-beta.6",
|
|
"embark-reset": "^4.1.0-beta.3"
|
|
},
|
|
"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.1.0-beta.6"
|
|
}
|