This commit is contained in:
erwanlr
2021-12-26 13:42:43 +01:00
parent ccd7324590
commit 93f2e18811
11 changed files with 733 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "BTCPayWall",
"version": "1.0.0",
"description": "BTCPayWall is a WordPress plugin for publishers to charge for paid content. With the help of WordPress BTCPayWall plugin you can offer previews of your blog posts and accept bitcoin payment for a single post (pay-per-post) via Lightning Network.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "wp-scripts start",
"build": "wp-scripts build"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@wordpress/scripts": "^17.0.0"
}
}