{ "scripts": { "start": "ts-node src/index.ts", "build": "tsc", "serve": "node app/index.js" } }