{ "name": "explorer.fullstack.cash", "description": "A 'block explorer' for the P2WDB", "version": "1.0.0", "license": "MIT", "author": "Chris Troutner ", "contributors": [ "Daniel Gonzalez ", "Andre Cabrera " ], "scripts": { "build": "gatsby build", "build:ipfs": "gatsby build --prefix-paths", "develop": "gatsby develop", "lint": "standard --env mocha --fix", "start": "npm run develop", "serve": "gatsby serve", "clean": "gatsby clean", "test": "npm run lint" }, "dependencies": { "adminlte-2-react": "0.2.0-beta.10", "fullstack-gatsby-theme-bch-wallet": "1.0.5", "gatsby": "4.4.0", "react-json-pretty": "^2.2.0" }, "repository": { "type": "git", "url": "https://github.com/Permissionless-Software-Foundation/explorer.fullstack.cash" }, "bugs": { "url": "https://github.com/Permissionless-Software-Foundation/explorer.fullstack.cash/issues" }, "devDependencies": { "colors": "^1.4.0", "mocha": "^9.2.0", "semantic-release": "^17.4.3", "standard": "^16.0.3" }, "release": { "publish": [ { "path": "@semantic-release/npm", "npmPublish": false } ] } }