Files
Tom A 8167b0460b - Removed build cache from vcs with BFG.
- Moved Web Store art to art.zip & moved art.zip to root.
#2 #3
2021-03-01 11:41:39 -05:00

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"
}
}