{
	"name": "webln-v4v",
	"displayName": "WebLN on-page widget",
	"description": "A library for easily rendering a form on-page that lets your webpage visitors send Bitcoin Lightning payments with a WebLN compatible browser extension. This library is intended to be used with the Podcasting 2.0 RSS namespace <podcast:value> for keysend payments.",
	"version": "1.0.0-beta.34",
	"main": "dist/webcomponent.js",
	"publishConfig": {
		"access": "public"
	},
	"author": "Mitch Downey [@mitchdowney] <contact@podverse.fm> (https://github.com/mitchdowney)",
	"authorUrl": "https://github.com/mitchdowney",
	"license": "MIT",
	"license-docs": "CC BY 4.0",
	"license-translations": "CC BY 4.0",
	"license-images": "CC BY-NC 4.0",
	"homepage": "https://podverse.fm",
	"repository": {
		"type": "git",
		"url": "https://github.com/podverse/webln-v4v.git"
	},
	"bugs": {
		"url": "https://github.com/podverse/webln-v4v/issues"
	},
	"engines": {
		"node": ">=14.0.0"
	},
	"scripts": {
		"setup": "ts-node --skip-project scripts/setup.ts && ts-node --skip-project scripts/changelog.ts && npm run pre-commit",
		"start": "npm run git-hash && sirv dist",
		"dev": "npm run git-hash && ts-node scripts/configs.ts && ts-node scripts/rmdist.ts && ts-node scripts/debug.ts --enable && rollup -c -w",
		"build": "ts-node scripts/configs.ts && ts-node scripts/rmdist.ts && ts-node scripts/debug.ts --disable && rollup -c",
		"release": "npm run git-hash && ts-node scripts/configs.ts && npm run build && ts-node scripts/license.ts && ts-node scripts/wordpress.ts && tsc --declaration --emitDeclarationOnly",
		"test": "jest app",
		"docs": "git submodule update --recursive && markserv ./README.md",
		"lint": "npm run lint-prettify && eslint . --cache --ext .ts,.js",
		"lint-fix": "npm run lint-prettify && eslint . --cache --ext .ts,.js --fix",
		"lint-prettify": "prettier --write --ignore-unknown '**/*.{ts,scss,md,json}'",
		"git-set-upstream": "git remote add upstream git@github.com:ptkdev-boilerplate/webln-v4v.git && git fetch upstream",
		"git-pull-upstream": "git pull upstream main && git pull upstream beta && git pull upstream nightly",
		"git-pull": "git pull --recursive",
		"git-hash": "ts-node scripts/githash.ts",
		"git-ignore-reset": "git rm -r --cached . && git add . && git commit -m \"[Fix] Removing all files in .gitignore\"",
		"github-workflow-next-version": "ts-node scripts/version.ts",
		"github-workflow-changelog": "ts-node scripts/changelog_release.ts",
		"npm-publish-main": "git checkout main && npm publish",
		"npm-publish-beta": "git checkout beta && npm publish --tag beta",
		"npm-publish-nightly": "git checkout nightly && npm publish --tag nightly",
		"contributors-generate": "all-contributors generate",
		"all-shields-generate": "all-shields-generate",
		"pre-commit": "npm run contributors-generate && npm run all-shields-generate && npm run lint-fix && npm run test",
		"pkg-clean": "rm -rf node_modules package-lock.json && npm install && npm install eslint@7 @types/yargs@16 --save-dev && husky install",
		"pkg-update": "npm update",
		"pkg-upgrade": "npx --yes npm-check-updates -u && npm install && npm install eslint@7 @types/yargs@16 --save-dev && husky install",
		"prepare": "ts-patch install -s && husky install"
	},
	"devDependencies": {
		"@ptkdev/all-shields-cli": "^2.0.2",
		"@ptkdev/logger": "^1.8.0",
		"@rollup/plugin-alias": "^3.1.9",
		"@rollup/plugin-commonjs": "^21.0.1",
		"@rollup/plugin-json": "^4.1.0",
		"@rollup/plugin-node-resolve": "^13.1.3",
		"@rollup/plugin-typescript": "^8.3.0",
		"@types/jest": "^27.4.0",
		"@types/node": "^17.0.18",
		"@types/nunjucks": "^3.2.1",
		"@types/shelljs": "^0.8.11",
		"@types/yargs": "^16.0.4",
		"@typescript-eslint/eslint-plugin": "^5.12.0",
		"@typescript-eslint/parser": "^5.12.0",
		"all-contributors-cli": "^6.20.0",
		"chokidar": "^3.5.3",
		"eslint": "^7.32.0",
		"eslint-plugin-jest": "^26.1.1",
		"eslint-plugin-jsdoc": "^37.9.4",
		"eslint-plugin-svelte3": "^3.4.0",
		"husky": "^7.0.4",
		"jest": "^27.5.1",
		"json": "^11.0.0",
		"markserv": "^1.17.4",
		"node-sass": "^7.0.1",
		"nunjucks": "^3.2.3",
		"pm2": "^5.2.0",
		"postcss": "^8.4.6",
		"postcss-load-config": "^3.1.3",
		"prettier": "^2.5.1",
		"replace-in-file": "^6.3.2",
		"rollup": "^2.67.3",
		"rollup-plugin-copy": "^3.4.0",
		"rollup-plugin-css-only": "^3.1.0",
		"rollup-plugin-livereload": "^2.0.5",
		"rollup-plugin-svelte": "^7.1.0",
		"rollup-plugin-terser": "^7.0.2",
		"rollup-plugin-ts-paths": "^1.0.5",
		"sass": "^1.49.8",
		"shelljs": "^0.8.5",
		"sirv-cli": "^2.0.2",
		"svelte": "^3.46.4",
		"svelte-check": "^2.4.5",
		"svelte-preprocess": "^4.10.3",
		"ts-jest": "^27.1.3",
		"ts-node": "^10.5.0",
		"ts-patch": "^2.0.1",
		"typescript": "^4.5.5",
		"typescript-transform-paths": "^3.3.1",
		"yargs": "^17.3.1"
	},
	"keywords": [
		"ptkdev",
		"svelte",
		"svelte-webcomponents",
		"webcomponents",
		"html5-webcomponents",
		"webcomponents-boilerplate",
		"boilerplate"
	],
	"contributors": [],
	"dependencies": {
		"uuid": "^8.3.2"
	}
}
