mirror of
https://github.com/fullstack-cash/wallet.fullstack.cash.git
synced 2026-09-22 01:02:06 -07:00
58 lines
1.6 KiB
JSON
58 lines
1.6 KiB
JSON
{
|
|
"name": "wallet.fullstack.cash",
|
|
"description": "A Gatsby IPFS-enabled web app and BCH web wallet.",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"author": "Chris Troutner <chris.troutner@gmail.com>",
|
|
"contributors": [
|
|
"Daniel Gonzalez <danielhumgon@gmail.com>",
|
|
"Andre Cabrera <andrecabrera@protonmail.ch>"
|
|
],
|
|
"scripts": {
|
|
"build": "gatsby build",
|
|
"build:ipfs": "gatsby build --prefix-paths",
|
|
"android:setup": "npx cap add android; npx cap update android; npx cap update android; npx cap copy android; capacitor-resources -p android",
|
|
"android:open": "npx cap open android",
|
|
"develop": "gatsby develop",
|
|
"lint": "standard --env mocha --fix",
|
|
"start": "npm run develop",
|
|
"serve": "gatsby serve",
|
|
"clean": "gatsby clean",
|
|
"test": "npm run lint"
|
|
},
|
|
"dependencies": {
|
|
"@capacitor/android": "^2.4.6",
|
|
"@capacitor/cli": "^2.4.6",
|
|
"@capacitor/core": "^2.4.6",
|
|
"gatsby": "^2.31.1",
|
|
"gatsby-ipfs-web-wallet": "^1.19.6",
|
|
"gatsby-plugin-bch-sweep": "^1.5.2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Permissionless-Software-Foundation/wallet.fullstack.cash"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Permissionless-Software-Foundation/wallet.fullstack.cash/issues"
|
|
},
|
|
"devDependencies": {
|
|
"capacitor-resources": "^2.0.5",
|
|
"husky": "^4.3.8",
|
|
"semantic-release": "^17.3.7",
|
|
"standard": "^16.0.3"
|
|
},
|
|
"release": {
|
|
"publish": [
|
|
{
|
|
"path": "@semantic-release/npm",
|
|
"npmPublish": false
|
|
}
|
|
]
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "npm run lint"
|
|
}
|
|
}
|
|
}
|