sticker-market/package.json

43 lines
1.1 KiB
JSON

{
"name": "status-contracts",
"version": "0.0.1",
"description": "",
"scripts": {
"start": "npx embark run",
"ci": "npm run qa",
"clean": "npm run reset",
"package": "npm pack",
"qa": "npm-run-all test package",
"reset": "npx embark-reset && npx rimraf embark-*.tgz package",
"test": "npx embark test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/status-im/contracts.git"
},
"author": "Status Research & Development GMBH",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/status-im/contracts/issues"
},
"homepage": "https://github.com/status-im/contracts#readme",
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.2.3",
"@trailofbits/embark-contract-info": "^1.1.0",
"embark": "^4.0.2",
"embark-graph": "^4.0.0",
"embarkjs-connector-web3": "^4.0.0",
"ethereumjs-util": "^5.1.5",
"react-blockies": "^1.4.0",
"elliptic-curve": "^0.1.0",
"react": "16.7.0",
"react-bootstrap": "0.32.4",
"react-dom": "16.7.0"
},
"dependencies": {
"bootstrap": "^4.3.1",
"openzeppelin-solidity": "^2.3.0"
}
}