From 9b9927a3ab590e4d98d64885125ce5491129269a Mon Sep 17 00:00:00 2001 From: John <72810050+Notplayingallday383@users.noreply.github.com> Date: Tue, 7 May 2024 11:16:15 -0400 Subject: [PATCH] Update package.json --- package.json | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 296ac2c..91d2de6 100644 --- a/package.json +++ b/package.json @@ -3,14 +3,20 @@ "version": "1.0.0", "author": "z1g Project", "type": "module", + "main": "lib/index.cjs", + "license": "MIT", + "repository": { + "type": "git", + "url": "git+https://github.com/z1g-project/injectify.git" + }, "scripts": { "build": "tsx build.ts", "publish": "" }, - "dependencies": { - "tsx": "^4.9.3" - }, "devDependencies": { - "esbuild": "^0.21.0" + "esbuild": "^0.21.0", + "prettier": "^2.8.0", + "rimraf": "^5.0.1", + "tsx": "^4.9.3" } } \ No newline at end of file