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"