Files
explorer.fullstack.cash/package.json
T

38 lines
961 B
JSON
Raw Normal View History

{
"name": "bch-wallet-starter",
2020-07-06 10:57:39 -07:00
"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}\"",
2018-10-27 20:55:01 +01:00
"start": "npm run develop",
2018-12-20 19:44:28 +00:00
"serve": "gatsby serve",
"clean": "gatsby clean",
2020-07-06 10:57:39 -07:00
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"dependencies": {
"gatsby": "^2.23.7",
"gatsby-ipfs-web-wallet": "^1.1.1"
},
2018-12-20 19:44:28 +00:00
"repository": {
"type": "git",
2020-07-06 10:57:39 -07:00
"url": "https://github.com/Permissionless-Software-Foundation/bch-wallet-starter"
2018-12-20 19:44:28 +00:00
},
"bugs": {
2020-07-06 10:57:39 -07:00
"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
}
]
}
}