-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage copy.json
More file actions
56 lines (56 loc) · 1.6 KB
/
package copy.json
File metadata and controls
56 lines (56 loc) · 1.6 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
{
"name": "showroomprive-plus",
"version": "1.0.0",
"description": "",
"targets": {
"webext-dev": {
"sourceMap": {
"inline": true,
"inlineSources": true
}
},
"webext-prod": {
"distDir": "build"
}
},
"scripts": {
"start": "parcel src/manifest.json --host localhost --target webext-dev",
"build": "parcel build src/manifest.json --target webext-prod && web-ext build -s build -a . -o true",
"sign": "web-ext sign -s build -a . --api-key=$(grep API_KEY .env | cut -d '=' -f2) --api-secret=$(grep API_SECRET .env | cut -d '=' -f2)"
},
"author": "Keops",
"license": "ISC",
"devDependencies": {
"@parcel/config-webextension": "^2.7.0",
"@types/firefox": "^0.0.31",
"@types/firefox-webext-browser": "^94.0.1",
"@types/web": "^0.0.72",
"@typescript-eslint/eslint-plugin": "^5.35.1",
"assert": "^2.0.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"eslint": "^8.23.0",
"eslint-config-standard-with-typescript": "^22.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.5",
"eslint-plugin-promise": "^6.0.1",
"events": "^3.3.0",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"parcel": "^2.7.0",
"parcel-reporter-web-ext": "^0.3.2",
"path-browserify": "^1.0.1",
"prettier": "^2.7.1",
"process": "^0.11.10",
"querystring-es3": "^0.2.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"typescript": "^4.8.2",
"url": "^0.11.0",
"util": "^0.12.4",
"web-ext": "^7.2.0"
},
"dependencies": {
"winston": "^3.8.1"
}
}