{ "scripts": { "start": "ts-node src/index.ts", "build": "tsc", "dev": "nodemon src/index.ts" } }