mirror of https://github.com/embarklabs/embark.git
18 lines
451 B
JSON
18 lines
451 B
JSON
{
|
|
"devDependencies": {
|
|
"embark": "4.0.0-beta.0",
|
|
"rimraf": "2.6.3",
|
|
"web3Connector": "file:../../../packages/web3Connector"
|
|
},
|
|
"name": "contracts_app",
|
|
"private": true,
|
|
"scripts": {
|
|
"ci": "npm run qa",
|
|
"clean": "./node_modules/.bin/embark reset || exit 0",
|
|
"qa": "npm run test",
|
|
"reset": "npm run clean && npx rimraf node_modules",
|
|
"test": "./node_modules/.bin/embark test"
|
|
},
|
|
"version": "4.0.0-beta.0"
|
|
}
|