{
  "//1": "describes your app and its dependencies",
  "//2": "https://docs.npmjs.com/files/package.json",
  "//3": "updating this file will download and update your packages",
  "name": "easy.database",
  "version": "0.0.8",
  "description": "Una base de datos sencilla para tu proyecto (NodeJS)",
  "main": "server.js",
  "scripts": {
    "start": "node server.js"
  },
  "dependencies": {
    "fs": "^0.0.2"
  },
  "engines": {
    "node": "12.x"
  },
  "repository": {
    "url": "https://github.com/J33sus/easy-db/blob/master/README.md"
  },
  "license": "MIT",
  "keywords": [
    "discord",
    "api",
    "imagen"
  ]
}