-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.86 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.86 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
{
"name": "xtense-web-extension",
"version": "3.2.1",
"description": "Xtense collects Game Data for OGSpy",
"main": "extension/xtense.user.js",
"scripts": {
"clean": "gulp clean",
"node-clean": "npm prune && npm install",
"version": "cross-var \"dot-json extension/manifest.json version $npm_package_version\" && cross-var \"dot-json extension/manifest.chrome.json version $npm_package_version\" && cross-var \"dot-json extension/manifest.firefox.json version $npm_package_version\" && npm run update-headers",
"update-headers": "gulp headers",
"release": "gulp default",
"lint": "cd extension && web-ext lint",
"lint:js": "eslint extension/**/*.js",
"lint:all": "npm run lint:js && npm run lint",
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "npm run build && npm run lint",
"build": "gulp build",
"audit": "npm audit --production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OGSteam/tool-xtense-web-extension.git"
},
"keywords": [
"ogsteam",
"ogspy",
"xtense",
"browser"
],
"author": "OGSteam",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/OGSteam/tool-xtense-web-extension/issues"
},
"homepage": "https://github.com/OGSteam/tool-xtense-web-extension#readme",
"engines": {
"node": ">=22.0.0"
},
"devDependencies": {
"cross-var": "^1.1.0",
"del": "^8.0.1",
"dot-json": "^1.3.0",
"eslint": "^10.2.0",
"eslint-plugin-jquery": "^1.5.1",
"gulp": "^5.0.1",
"gulp-rename": "^2.1.0",
"gulp-zip": "^6.1.0",
"read-pkg": "^10.1.0",
"through2": "^5.0.0",
"web-ext": "^10.2.0",
"npm-check-updates": "^22.0.0"
},
"dependencies": {
"glob": "^13.0.6",
"jquery": "^4.0.0",
"loglevel": "^1.9.2"
},
"type": "module"
}