You've already forked hotpocket
BTHLABS-50: Safari Web extension
Co-authored-by: Tomek Wójcik <labs@tomekwojcik.pl> Co-committed-by: Tomek Wójcik <labs@tomekwojcik.pl>
This commit is contained in:
27
services/extension/package.json
Normal file
27
services/extension/package.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "hotpocket-extension",
|
||||
"version": "1.0.2",
|
||||
"description": "HotPocket Extension",
|
||||
"main": "src/index.js",
|
||||
"repository": "https://git.bthlabs.pl/tomekwojcik/hotpocket",
|
||||
"author": "Tomek Wójcik <contact@bthlabs.pl>",
|
||||
"license": "Apache-2.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"eslint": "npx eslint .",
|
||||
"build:safari": "NODE_ENV=production HOTPOCKET_EXTENSION_TARGET=safari npx rollup -c rollup.config.js",
|
||||
"dev:safari": "HOTPOCKET_EXTENSION_TARGET=safari npx rollup -c rollup.config.js",
|
||||
"watch:safari": "HOTPOCKET_EXTENSION_TARGET=safari npx rollup -c rollup.config.js -w"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "9.33.0",
|
||||
"@rollup/plugin-replace": "6.0.2",
|
||||
"@rollup/plugin-terser": "0.4.4",
|
||||
"eslint": "9.33.0",
|
||||
"globals": "14.0.0",
|
||||
"rollup": "4.50.0",
|
||||
"rollup-plugin-copy": "3.5.0",
|
||||
"rollup-plugin-string": "3.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user