-
Notifications
You must be signed in to change notification settings - Fork 116
Expand file tree
/
Copy pathpackage.json
More file actions
123 lines (123 loc) · 3.62 KB
/
Copy pathpackage.json
File metadata and controls
123 lines (123 loc) · 3.62 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"private": true,
"name": "subscribe-with-google",
"version": "1.0",
"description": "Subscribe with Google",
"main": "index.js",
"engines": {
"node": "^24.0.0"
},
"author": "Subscribe with Google Authors",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/subscriptions-project/swg-js.git"
},
"scripts": {
"preinstall": "node build-system/check-package-manager.js",
"start": "gulp",
"start-local": "gulp",
"test": "gulp unit --headless",
"coverage": "gulp unit --coverage --headless",
"lint": "gulp lint",
"build": "gulp build",
"build-i18n": "node build-system/tasks/build-i18n.js && gulp lint --fix --files='src/i18n/strings.ts'",
"postinstall": "npm audit --omit=dev --omit=optional || true"
},
"dependencies": {
"web-activities": "1.24.0"
},
"devDependencies": {
"@babel/core": "7.29.6",
"@babel/preset-env": "7.29.2",
"@nightwatch/vrt": "3.5.2",
"@rollup/plugin-commonjs": "25.0.8",
"@rollup/plugin-replace": "6.0.3",
"@types/google-publisher-tag": "1.20260420.0",
"@typescript-eslint/eslint-plugin": "8.59.1",
"@typescript-eslint/parser": "8.59.1",
"ansi-colors": "4.1.3",
"autoprefixer": "10.5.0",
"babel-plugin-istanbul": "8.0.0",
"babelify": "10.0.0",
"body-parser": "2.2.2",
"browserify": "17.0.1",
"chai": "4.5.0",
"chai-as-promised": "7.1.2",
"cheerio": "1.2.0",
"chromedriver": "150.0.3",
"cookie-parser": "1.4.7",
"cssnano": "7.1.7",
"del": "8.0.1",
"eslint": "9.39.4",
"eslint-plugin-google-camelcase": "0.0.2",
"eslint-plugin-prettier": "5.5.5",
"eslint-plugin-sort-imports-es6-autofix": "0.6.0",
"eslint-plugin-sort-requires": "2.1.0",
"express": "5.2.1",
"fancy-log": "2.0.0",
"fs-extra": "11.3.4",
"glob": "13.0.6",
"globals": "17.5.0",
"gulp": "5.0.1",
"gulp-eslint-if-fixed": "1.0.0",
"gulp-help": "chmontgomery/gulp-help#gulp4",
"gulp-if": "3.0.0",
"gulp-load-plugins": "2.0.8",
"gulp-rename": "2.1.0",
"gulp-replace": "1.1.4",
"gulp-sourcemaps": "3.0.0",
"gulp-watch": "5.0.1",
"gulp-webserver": "0.9.1",
"gulp-wrap": "0.15.0",
"hogan-express": "0.5.2",
"is-running": "2.1.0",
"json-stable-stringify": "1.3.0",
"jsonwebtoken": "9.0.3",
"karma": "6.4.4",
"karma-browserify": "8.1.0",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-edge-launcher": "0.4.2",
"karma-firefox-launcher": "2.1.3",
"karma-fixture": "0.2.6",
"karma-html2js-preprocessor": "1.1.0",
"karma-ie-launcher": "1.0.0",
"karma-mocha": "2.0.1",
"karma-mocha-reporter": "2.2.5",
"karma-safari-launcher": "1.0.0",
"karma-sauce-launcher": "4.3.6",
"karma-sinon-chai": "2.0.2",
"karma-super-dots-reporter": "0.2.0",
"lazypipe": "1.0.2",
"minimist": "1.2.8",
"mocha": "11.7.5",
"nightwatch": "2.6.25",
"nodemon": "3.1.14",
"plugin-error": "2.0.1",
"postcss": "8.5.10",
"postcss-import": "16.1.1",
"prettier": "3.8.3",
"regenerator-runtime": "0.14.1",
"request": "2.88.2",
"rollup-plugin-visualizer": "6.0.11",
"shuffle-seed": "1.1.6",
"sinon": "21.1.2",
"sinon-chai": "3.7.0",
"terser": "5.46.2",
"through2": "4.0.2",
"touch": "3.1.1",
"tsify": "5.0.4",
"typescript": "5.9.3",
"vinyl-buffer": "1.0.1",
"vinyl-source-stream": "2.0.0",
"vite": "7.3.2",
"watchify": "4.0.0"
},
"cloud-repo-tools": {
"requiresKeyFile": true,
"requiresProjectId": true
}
}