Files
explorer.fullstack.cash/package.json
T

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.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"
},
"release": {
"publish": [
{
"path": "@semantic-release/npm",
"npmPublish": false
}
]
}
}