{ "name": "nodeapi-template", "version": "1.0.0", "description": "Basic node.js API template", "main": "index.js", "scripts": { "start": "node index.js", "dev": "node --watch index.js" }, "type": "module" }