-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 810 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 810 Bytes
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
{
"name": "nodejs-analytics-admin",
"private": true,
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
"node": ">=20.0.0"
},
"files": [
"*.js"
],
"scripts": {
"lint": "eslint",
"fix": "eslint --fix",
"test": "c8 mocha --timeout 600000 test/*.js"
},
"dependencies": {
"@google-analytics/admin": "^9.0.0",
"google-auth-library": "^10.0.0",
"google-gax": "^5.0.0",
"http": "^0.0.1-security",
"lint": "^1.1.2",
"open": "^11.0.0",
"server-destroy": "^1.0.1",
"url": "^0.11.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^9.39.2",
"c8": "^10.0.0",
"chai": "^4.2.0",
"eslint": "^10.0.0",
"eslint-config-google": "^0.14.0",
"globals": "^17.3.0",
"mocha": "^11.0.0"
}
}