mirror of
https://github.com/fullstack-cash/wallet.fullstack.cash.git
synced 2026-09-22 17:22:05 -07:00
Initial commit from gatsby: (https://github.com/Permissionless-Software-Foundation/bch-wallet-starter.git)
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"name": "bch-wallet-starter",
|
||||
"description": "A BCH web wallet starter for Gatsby.",
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"author": "Chris Troutner <chris.troutner@gmail.com>",
|
||||
"contributors": [
|
||||
"Daniel Gonzalez <danielhumgon@gmail.com>",
|
||||
"Andre Cabrera <andrecabrera@protonmail.ch>"
|
||||
],
|
||||
"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": {
|
||||
"gatsby": "^2.23.7",
|
||||
"gatsby-ipfs-web-wallet": "^1.1.7"
|
||||
},
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user