-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 865 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
41
{
"name": "gridsome-plugin-smartlook",
"version": "0.0.3",
"author": {
"name": "f3l1x",
"url": "https://f3l1x.io",
"email": "milan@sulc.dev"
},
"description": "Smartlook tracking plugin for Gridsome",
"keywords": [
"smartlook",
"tracking",
"gridsome",
"gridsome-plugin",
"vue"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/f00b4r/gridsome-plugin-smartlook"
},
"bugs": {
"url": "https://github.com/f00b4r/gridsome-plugin-smartlook/issues"
},
"main": "gridsome.client.js",
"files": [
"gridsome.client.js",
"dist/**"
],
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"prepublishOnly": "tsc"
},
"devDependencies": {
"@types/node": "^18.7.14",
"typescript": "^4.0.2",
"vue-router": "^3.1.6",
"vue": "^2.6.11"
}
}