2017-07-26 13:54:03 -06:00
|
|
|
{
|
2020-07-06 12:06:05 -03:00
|
|
|
"name": "bch-wallet-starter",
|
2020-07-06 10:57:39 -07:00
|
|
|
"description": "A BCH web wallet starter for Gatsby.",
|
|
|
|
|
"version": "1.0.0",
|
2017-07-26 13:54:03 -06:00
|
|
|
"license": "MIT",
|
|
|
|
|
"scripts": {
|
2019-01-31 15:56:22 +00:00
|
|
|
"build": "gatsby build",
|
2017-07-26 13:54:03 -06:00
|
|
|
"develop": "gatsby develop",
|
2020-06-22 06:35:57 +00:00
|
|
|
"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",
|
2019-11-19 12:59:07 +00:00
|
|
|
"clean": "gatsby clean",
|
2020-07-06 10:57:39 -07:00
|
|
|
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
|
2017-07-26 13:54:03 -06:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2020-07-06 12:06:05 -03:00
|
|
|
"gatsby": "^2.23.7",
|
2020-07-06 10:57:39 -07:00
|
|
|
"gatsby-ipfs-web-wallet": "^1.1.0"
|
2019-02-22 21:44:16 +00:00
|
|
|
},
|
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"
|
2017-07-26 13:54:03 -06:00
|
|
|
}
|
|
|
|
|
}
|