Files
explorer.fullstack.cash/package.json
T

44 lines
1.1 KiB
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",
2020-07-06 17:33:26 -07:00
"author": "Chris Troutner <chris.troutner@gmail.com>",
"contributors": [
"Daniel Gonzalez <danielhumgon@gmail.com>",
"Andre Cabrera <andrecabrera@protonmail.ch>"
],
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"lint": "standard --env mocha --fix",
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",
"test": "npm run lint"
},
"dependencies": {
"gatsby": "^2.23.7",
"gatsby-ipfs-web-wallet": "^1.1.6"
},
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",
"standard": "^14.3.4"
},
"release": {
"publish": [
{
"path": "@semantic-release/npm",
"npmPublish": false
}
]
}
}