-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 983 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 983 Bytes
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
{
"name": "podium-dev-tools",
"version": "0.3.2",
"type": "module",
"private": true,
"homepage": "https://podium-lib.io/",
"scripts": {
"postinstall": "patch-package",
"build": "web-ext build --source-dir public --artifacts-dir dist --overwrite-dest",
"lint": "eslint",
"lint:fix": "eslint --fix",
"start": "echo '💁 run start:chrome or start:firefox instead'",
"start:firefox": "npm run web-ext-firefox",
"start:chrome": "npm run web-ext-chrome",
"web-ext-firefox": "web-ext run --source-dir public",
"web-ext-chrome": "web-ext run --target chromium --source-dir public"
},
"devDependencies": {
"@podium/eslint-config": "1.0.21",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"eslint": "9.39.3",
"npm-run-all2": "6.2.6",
"patch-package": "8.0.1",
"prettier": "3.8.1",
"semantic-release": "23.1.1",
"semantic-release-chrome": "3.2.0",
"semantic-release-firefox-add-on": "0.2.8",
"web-ext": "7.12.0"
}
}