{ "name": "NOJSCAP server", "type": "module", "version": "1.0.0", "description": "", "main": "server.ts", "scripts": { "start": "npx tsx server.ts" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "express": "^5.1.0" } }