From 1556203c535d36fd0d73a408206bc189de6ad9a9 Mon Sep 17 00:00:00 2001 From: Yuzu Date: Mon, 31 Oct 2022 21:56:13 +0700 Subject: [PATCH] Create package.json --- package.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..965ee88 --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "zplConfig": { + "base": "./src", + "out": "./release", + "copyToBD": true, + "addInstallScript": true + }, + "dependencies": { + "zerespluginlibrary": "^2.0.6" + }, + "scripts": { + "build": "zpl build UrgentNotification", + "init": "zpl init" + }, + "name": "urgent-notification", + "version": "0.0.2", + "description": "BetterDiscord plugin that allow urgent messages to bypass do not disturb mode, streamer mode and others", + "main": "index.js", + "repository": "https://github.com/YuzuZensai/UrgentNotification.git", + "author": "Yuzu ", + "license": "GPL-3.0" +}