-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.19 KB
/
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
{
"name": "achievement-tracker-comparer",
"version": "1.4.5",
"description": "Compare achievements between AStats, completionist.me, Exophase, MetaGamerScore, Steam Hunters, TrueSteamAchievements and Steam Community profiles.",
"main": "dist/achievement-tracker-comparer.js",
"scripts": {
"build": "webpack",
"build-development": "webpack --mode development",
"lint": "eslint . --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RudeySH/achievement-tracker-comparer.git"
},
"author": "Rudey",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/RudeySH/achievement-tracker-comparer/issues"
},
"homepage": "https://github.com/RudeySH/achievement-tracker-comparer#readme",
"private": true,
"devDependencies": {
"@types/greasemonkey": "^4.0.4",
"@types/he": "^1.2.0",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"eslint": "^8.36.0",
"ts-loader": "^9.4.2",
"typescript": "^4.9.5",
"webpack": "^5.76.1",
"webpack-cli": "^5.0.1",
"webpack-userscript": "^3.2.2"
},
"dependencies": {
"es6-promise-pool": "^2.5.0",
"he": "^1.2.0"
}
}