{
  "name": "simple-node-api",
  "version": "1.0.0",
  "description": "A simple Node.js API without Express",
  "main": "index.js",
  "scripts": {
    "start": "node index.js"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {}
}
