diff --git a/package.json b/package.json index a44178e..37a6d0c 100644 --- a/package.json +++ b/package.json @@ -12,11 +12,11 @@ "./utils" ], "bin": { - "check-environment-symlinks": "./scripts/bun/checkEnvironmentSymlinks.mts", - "check-environment-versions": "./scripts/bun/checkEnvironmentVersions.mts", - "devserver": "./scripts/bun/startDevelopmentServer.mts", - "install-git-hooks": "./scripts/git/installGitHooks.mts", - "remove-git-hooks": "./scripts/git/removeGitHooks.mts" + "check-environment-symlinks": "scripts/bun/checkEnvironmentSymlinks.mts", + "check-environment-versions": "scripts/bun/checkEnvironmentVersions.mts", + "devserver": "scripts/bun/startDevelopmentServer.mts", + "install-git-hooks": "scripts/git/installGitHooks.mts", + "remove-git-hooks": "scripts/git/removeGitHooks.mts" }, "exports": { "./build": "./utils/buildUtils.mts",