diff --git a/package.json b/package.json index 4194073..3e17931 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,9 @@ "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" + "dev": "tsx watch src/index.ts", + "build": "tsc -p tsconfig.build.json", + "start": "node dist/index.js" }, "repository": { "type": "git",