From 5195469487ca28d868be2978c4b86470397e9eb0 Mon Sep 17 00:00:00 2001 From: Awesome Stickz Date: Sat, 8 Apr 2023 01:10:23 +0530 Subject: [PATCH] chore: add .npmignore --- .npmignore | 1 + package-lock.json | 1 + package.json | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..40b878d --- /dev/null +++ b/.npmignore @@ -0,0 +1 @@ +node_modules/ \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index b0070fc..26c8066 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,6 +7,7 @@ "": { "name": "dd-cache-proxy", "version": "1.0.0", + "hasInstallScript": true, "license": "ISC", "dependencies": { "discordeno": "^17.1.0", diff --git a/package.json b/package.json index c4244c4..e31ea4f 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,10 @@ { "name": "dd-cache-proxy", "version": "1.0.0", - "description": "", + "description": "A simple, easy-to-use, highly customizable cache proxy for discordeno which supports in-memory and outside memory caching with custom properties you wish to cache.", "main": "dist/index.js", "scripts": { + "prepare": "tsc", "preinstall": "tsc", "tsc": "tsc --noEmit --watch", "test": "echo \"Error: no test specified\" && exit 1"