-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 932 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
{
"name": "gog-2nd-class-ext",
"version": "2.2.0",
"description": "Adds information about whether or not a game is on the list of Games that treat GOG customers as 2nd Class @ https://docs.google.com/spreadsheets/d/1zjwUN1mtJdCkgtTDRB2IoFp7PP41fraY-oFNY00fEkI/",
"main": "index.js",
"scripts": {
"start": "web-ext run --start-url=\"https://www.gog.com/game/a_hat_in_time\"",
"start:ffdev": "web-ext run --firefox=firefoxdeveloperedition --start-url=\"https://www.gog.com/game/a_hat_in_time\"",
"build": "esbuild src/app.ts --outdir=dist --bundle",
"watch": "npm run build -- --watch",
"parser": "node parser.js",
"lint": "web-ext lint",
"sign": "web-ext sign",
"build-ext": "web-ext build --overwrite-dest"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"esbuild": "^0.13.15",
"papaparse": "^5.3.2",
"web-ext": "^8.2.0"
},
"devDependencies": {
"web-ext-types": "^3.2.1"
}
}