aboutsummaryrefslogtreecommitdiff
path: root/ci/bundle/package.json
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-01-21 16:45:46 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2024-01-21 16:45:46 -0500
commitd396d5b58a2be0efa307e0e656efb40fa12c024d (patch)
treed9b6edda5f778450864e674c5d81c83969458554 /ci/bundle/package.json
parent335659f2a3d412aa040fd77d871366dc4d4f8501 (diff)
optional origin check, make config public, and create bundle package
Diffstat (limited to 'ci/bundle/package.json')
-rw-r--r--ci/bundle/package.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/ci/bundle/package.json b/ci/bundle/package.json
new file mode 100644
index 0000000..702e532
--- /dev/null
+++ b/ci/bundle/package.json
@@ -0,0 +1,10 @@
+{
+ "name": "Essentials-Bundle",
+ "version": "0.1.0",
+ "type": "module",
+ "copyright": "Copyright \u00A9 2024 Vaughn Nugent",
+ "author": "Vaughn Nugent",
+ "description": "This package is a bundle of essential website plugins ready to be used for projects most web application projects",
+ "repository": "https://github.com/VnUgE/Simple-Bookmark/tree/master/ci/bundle",
+ "output_dir": "bin"
+} \ No newline at end of file