vuepress-plugin-google-adsense2
Version:
VuePress 2 plugin - google-Adsense
41 lines (40 loc) • 938 B
JSON
{
"name": "vuepress-plugin-google-adsense2",
"version": "1.0.3",
"license": "MIT",
"description": "VuePress 2 plugin - google-Adsense",
"keywords": [
"vuepress-plugin",
"vuepress",
"vuepress 2",
"vuepress-next",
"plugin",
"google",
"adsense"
],
"repository": {
"type": "git",
"url": "https://github.com/John60676/vuepress-plugin-google-adsense2.git"
},
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**"
],
"scripts": {
"build": "yarn clean && tsc -b tsconfig.build.json",
"release": "npm publish",
"clean": "rimraf dist && rimraf *.tsbuildinfo",
"move": "node ./scripts/index.js"
},
"dependencies": {
"@vuepress/client": "^2.0.0-beta.67",
"@vuepress/core": "^2.0.0-beta.67",
"@vuepress/utils": "^2.0.0-beta.67"
},
"devDependencies": {
"rimraf": "^3.0.2",
"typescript": "^5.2.2"
}
}