{
  "name": "belajar_express",
  "version": "1.0.0",
  "description": "belajar express dari nol",
  "keywords": [
    "express"
  ],
  "homepage": "https://github.com/Qu-o/node#readme",
  "bugs": {
    "url": "https://github.com/Qu-o/node/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Qu-o/node.git"
  },
  "license": "UNLICENSED",
  "author": "QAS",
  "type": "commonjs",
  "main": "app.js",
  "scripts": {
    "start": "node app.js"
  },
  "dependencies": {
    "express": "^5.1.0"
  },
  "devDependencies": {}
}
