-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 882 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-smartlook",
"version": "0.0.6",
"author": {
"name": "f3l1x",
"url": "https://f3l1x.io",
"email": "milan@sulc.dev"
},
"description": "Smartlook tracking plugin for VuePress",
"keywords": [
"smartlook",
"tracking",
"vuepress",
"vue"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/f00b4r/vuepress-plugin-smartlook"
},
"bugs": {
"url": "https://github.com/f00b4r/vuepress-plugin-smartlook/issues"
},
"main": "dist/index.js",
"types": "src/types.d.ts",
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"prepublishOnly": "tsc"
},
"dependencies": {
"@vuepress/shared-utils": "^1.4.0"
},
"devDependencies": {
"@types/node": "^18.7.14",
"typescript": "^4.0.2",
"vue-router": "^3.1.6",
"vuepress-types": "^0.9.0"
}
}