-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 948 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
42
43
44
45
46
47
48
49
{
"name": "@norvikit/nuxt-utm-adder",
"version": "1.0.2",
"description": "UTM Adder",
"license": "MIT",
"main": "lib/module.js",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/NorvikIT/nuxt-utm-adder.git"
},
"bugs": {
"url": "https://github.com/NorvikIT/nuxt-utm-adder/issues"
},
"homepage": "https://github.com/NorvikIT/nuxt-utm-adder#readme",
"keywords": [
"vue",
"vuejs",
"nuxt",
"utm",
"seo"
],
"author": "norvikit",
"eslintIgnore": [
"*"
],
"files": [
"lib"
],
"dependencies": {
"@norvikit/utm-aska": "^1.0.2",
"intersection-observer": "^0.7.0",
"js-cookie": "^3.0.1",
"string-replace-loader": "^2.1.1"
},
"scripts": {
"semantic-release": "semantic-release"
},
"devDependencies": {
"semantic-release": "^19.0.2"
},
"release": {
"branches": [
"main"
]
}
}