feat: Introduced a new CLI command tsinjex-generate to automate the generation of import statements for registered dependencies.

This commit is contained in:
2025-03-11 13:31:48 +01:00
committed by 20Max01
parent d8fb82943f
commit 23e6248299

View File

@@ -5,6 +5,9 @@
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": {
"tsinjex-generate": "./bin/generate-imports.cjs"
},
"scripts": {
"prepare": "npm run build",
"build": "npm run build:tsc",