{ "name": "bch-wallet-starter", "description": "A BCH web wallet starter for Gatsby.", "version": "1.0.0", "license": "MIT", "author": "Chris Troutner ", "contributors": [ "Daniel Gonzalez ", "Andre Cabrera " ], "scripts": { "build": "gatsby build", "develop": "gatsby develop", "lint": "standard --env mocha --fix", "start": "npm run develop", "serve": "gatsby serve", "clean": "gatsby clean", "test": "npm run lint" }, "dependencies": { "gatsby": "^2.23.7", "gatsby-ipfs-web-wallet": "^1.1.1" }, "repository": { "type": "git", "url": "https://github.com/Permissionless-Software-Foundation/bch-wallet-starter" }, "bugs": { "url": "https://github.com/Permissionless-Software-Foundation/bch-wallet-starter/issues" }, "devDependencies": { "semantic-release": "^17.1.1", "standard": "^14.3.4" }, "release": { "publish": [ { "path": "@semantic-release/npm", "npmPublish": false } ] } }