github.com/hyperledger/burrow@v0.34.5-0.20220512172541-77f09336001d/docs/example/basic-app/package.json (about) 1 { 2 "name": "basic-app", 3 "version": "1.0.0", 4 "description": "Simple end-to-end Burrow app", 5 "main": "app.js", 6 "scripts": { 7 "test": "node app.js" 8 }, 9 "author": "Silas Davis", 10 "license": "Apache-2.0", 11 "dependencies": { 12 "@monax/burrow": "^0.24.3", 13 "body-parser": "^1.18.3", 14 "express": "^4.16.4" 15 } 16 }