diff --git a/package.json b/package.json index 4aef5ab..2528e3a 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,8 @@ "private": true, "type": "module", "scripts": { - "start": "node main.ts", - "once": "node main.ts once", + "start": "node main.ts", + "once": "node main.ts once", "check": "npm run fmt:check && npm run typecheck && npm run lint && npm run test", "test": "node --test", "test:watch": "node --test --watch",