-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
executable file
·40 lines (40 loc) · 1003 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": "@nuxtjs/google-gtag",
"version": "1.0.4",
"description": "Google GTag for Nuxt.js",
"license": "MIT",
"contributors": [
"Dominic Garms <djgarms@gmail.com>"
],
"main": "lib/module.js",
"repository": "nuxt-community/google-gtag",
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "nuxt test/fixture/dev",
"lint": "eslint --ext .js,.vue lib test",
"test": "yarn lint && jest",
"release": "yarn test && standard-version && git push --follow-tags && npm publish"
},
"files": [
"lib"
],
"dependencies": {
"consola": "^2.9.0"
},
"devDependencies": {
"@commitlint/cli": "latest",
"@commitlint/config-conventional": "latest",
"@nuxtjs/eslint-config": "latest",
"codecov": "latest",
"eslint": "latest",
"get-port": "latest",
"husky": "latest",
"jest": "latest",
"nuxt-edge": "latest",
"request": "latest",
"request-promise-native": "latest",
"standard-version": "latest"
}
}