-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 938 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"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"
}
}