mirror of
https://github.com/fullstack-cash/explorer.fullstack.cash.git
synced 2026-09-21 16:52:05 -07:00
38 lines
961 B
JSON
38 lines
961 B
JSON
{
|
|
"name": "bch-wallet-starter",
|
|
"description": "A BCH web wallet starter for Gatsby.",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "gatsby build",
|
|
"develop": "gatsby develop",
|
|
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
|
|
"start": "npm run develop",
|
|
"serve": "gatsby serve",
|
|
"clean": "gatsby clean",
|
|
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
|
|
},
|
|
"dependencies": {
|
|
"gatsby": "^2.23.7",
|
|
"gatsby-ipfs-web-wallet": "^1.1.0"
|
|
},
|
|
"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"
|
|
},
|
|
"release": {
|
|
"publish": [
|
|
{
|
|
"path": "@semantic-release/npm",
|
|
"npmPublish": false
|
|
}
|
|
]
|
|
}
|
|
}
|