diff --git a/package.json b/package.json index 54dc04f..945b1fe 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,9 @@ ], "engines": { "node": ">=16.14" - }, + }, "scripts": { + "start": "node ./dist/index.js --dry-run", "dev": "tsup src/index.ts --format esm --watch --sourcemap inline", "build": "tsup src/index.ts --format esm --dts-resolve", "test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest",