/ package.json
package.json
1 { 2 "name": "account-contracts", 3 "version": "0.0.1", 4 "description": "", 5 "scripts": { 6 "start": "npx embark run", 7 "ci": "npm run qa", 8 "clean": "npm run reset", 9 "package": "npm pack", 10 "qa": "npm-run-all test package", 11 "reset": "npx embark-reset && npx rimraf embark-*.tgz package", 12 "test": "npx embark test" 13 }, 14 "repository": { 15 "type": "git", 16 "url": "git+https://github.com/status-im/account-contracts.git" 17 }, 18 "author": "Status Research & Development GMBH", 19 "license": "CC0-1.0", 20 "bugs": { 21 "url": "https://github.com/status-im/account-contracts/issues" 22 }, 23 "homepage": "https://github.com/status-im/account-contracts#readme", 24 "devDependencies": { 25 "embark": "^5.1.2-nightly.0", 26 "react": "16.7.0", 27 "react-bootstrap": "0.32.4", 28 "react-dom": "16.7.0" 29 }, 30 "dependencies": { 31 "bootstrap": "^4.3.1", 32 "embarkjs": "^5.1.0", 33 "embarkjs-ens": "^5.1.0", 34 "embarkjs-web3": "^5.1.0" 35 } 36 }