gatsby-plugin-web-monetization
Version:
A simple GatsbyJS plugin that implements Web Monetization Meta Tag
44 lines (43 loc) • 1.17 kB
JSON
{
"name": "gatsby-plugin-web-monetization",
"version": "1.2.0",
"description": "A simple GatsbyJS plugin that implements Web Monetization Meta Tag",
"private": false,
"main": "index.js",
"scripts": {
"build": "babel src --out-dir . --ignore test/",
"prepare": "cross-env NODE_ENV=production npm run build",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Daudr/gatsby-plugin-web-monetization.git"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"web-monetization"
],
"author": "Michele Da Rin Fioretto <michele@daudr.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Daudr/gatsby-plugin-web-monetization/issues"
},
"homepage": "https://github.com/Daudr/gatsby-plugin-web-monetization#readme",
"dependencies": {
"@babel/runtime": "^7.6.3",
"react": "^17.0.2"
},
"devDependencies": {
"@babel/cli": "^7.13.14",
"@babel/core": "^7.11.6",
"babel-preset-gatsby-package": "^1.2.0",
"cross-env": "^7.0.3",
"jest": "^26.6.3"
},
"peerDependencies": {
"gatsby": "^3.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}