{
  "name": "translation_system",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified2\" && exit 1",
    "start": "node index.js",
    "dev": "nodemon index.js"
  },
  "author": "hieu",
  "license": "ISC",
  "dependencies": {
    "body-parser": "^1.20.0",
    "express": "^4.18.1",
    "nodemon": "^2.0.16",
    "puppeteer": "^14.3.0"
  }
}
