mirror of
https://github.com/bitnom/POST-Search-Privacy.git
synced 2026-06-02 06:13:38 +02:00
8167b0460b
- Moved Web Store art to art.zip & moved art.zip to root. #2 #3
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"name": "http-post-search",
|
|
"version": "1.0.2",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/TensorTom/POST-Search-Privacy.git",
|
|
"author": "Tom A. <14287229+TensorTom@users.noreply.github.com>",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"clear": "rm -rf dist .cache",
|
|
"watch": "yarn clear && parcel watch src/{search.html,search.js,background.js} -d dist/src --public-url ./ -t node --bundle-node-modules",
|
|
"build": "yarn clear && parcel build src/{search.html,search.js,background.js} -d dist/src --public-url ./"
|
|
},
|
|
"staticFiles": {
|
|
"staticPath": [
|
|
{
|
|
"staticPath": "static",
|
|
"staticOutDir": "../static/"
|
|
},
|
|
{
|
|
"staticPath": "manifest.json",
|
|
"staticOutDir": "../"
|
|
}
|
|
],
|
|
"excludeGlob": [
|
|
"*.xcf",
|
|
"**/art.7z",
|
|
"./static/img/logo.png"
|
|
],
|
|
"globOptions": {
|
|
"dot": true
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"parcel-bundler": "^1.12.4",
|
|
"parcel-plugin-static-files-copy": "^2.5.1",
|
|
"sass": "^1.32.8"
|
|
}
|
|
}
|