{
    "name": "mongodb-query-node",
    "version": "1.1.5",
    "description": "Using this library, you will be able to query each db, collection and field from your account",
    "main": "dist/index.js",
    "license": "MIT",
    "scripts": {
        "prebuild": "tslint -c tslint.json -p tsconfig.json --fix",
        "build": "tsc",
        "prestart": "npm run build",
        "start": "node .",
        "dev": "ts-node-dev src/index.ts",
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "author": "",
    "dependencies": {
        "body-parser": "^1.19.0",
        "express": "^4.17.1"
    },
    "devDependencies": {
        "@types/express": "^4.17.7",
        "@types/node": "^14.6.0",
        "ts-node-dev": "^1.0.0-pre.60",
        "tslint": "^6.1.3",
        "typescript": "^4.0.2"
    }
}
