{
    "name": "arlet-db",
    "version": "1.0.8",
    "description": "A simple database manager for Node.js",
    "main": "index.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "keywords": [
        "database",
        "node.js",
        "arlet"
    ],
    "author": "Damar Narváez <damar23nnm@gmail.com>",
    "license": "MIT",
    "dependencies": {
        "uuid": "^8.3.2"
    }
}