{ "name": "wallet.fullstack.cash", "description": "A Gatsby IPFS-enabled web app and BCH web wallet.", "version": "1.0.0", "license": "MIT", "author": "Chris Troutner ", "contributors": [ "Daniel Gonzalez ", "Andre Cabrera " ], "scripts": { "build": "gatsby build", "build:ipfs": "gatsby build --prefix-paths", "android:setup": "npx cap add android; npx cap update android; npx cap update android; npx cap copy android", "android:open": "npx cap open android", "develop": "gatsby develop", "lint": "standard --env mocha --fix", "start": "npm run develop", "serve": "gatsby serve", "clean": "gatsby clean", "test": "npm run lint" }, "dependencies": { "@capacitor/android": "^2.4.6", "@capacitor/cli": "^2.4.6", "@capacitor/core": "^2.4.6", "gatsby": "^2.31.1", "gatsby-ipfs-web-wallet": "^1.19.3", "gatsby-plugin-bch-sweep": "^1.5.1" }, "repository": { "type": "git", "url": "https://github.com/Permissionless-Software-Foundation/wallet.fullstack.cash" }, "bugs": { "url": "https://github.com/Permissionless-Software-Foundation/wallet.fullstack.cash/issues" }, "devDependencies": { "husky": "^4.3.8", "semantic-release": "^17.3.7", "standard": "^16.0.3" }, "release": { "publish": [ { "path": "@semantic-release/npm", "npmPublish": false } ] }, "husky": { "hooks": { "pre-commit": "npm run lint" } } }